Loading
0 Follower
0 Following
hengck23
Heng Keng

Organization

freelance

Location

Singapore, SG

Badges

2
0
0

Activity

Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
Mon
Wed
Fri

Ratings Progression

Loading...

Challenge Categories

Loading...

Challenges Entered

Latest submissions

No submissions made in this challenge.

Understand semantic segmentation and monocular depth estimation from downward-facing drone images

Latest submissions

No submissions made in this challenge.

Latest submissions

No submissions made in this challenge.

3D Seismic Image Interpretation by Machine Learning

Latest submissions

See All
graded 109741
graded 109708
graded 109644

Play in a realistic insurance market, compete for profit!

Latest submissions

No submissions made in this challenge.

Multi-Agent Reinforcement Learning on Trains

Latest submissions

No submissions made in this challenge.

Predicting smell of molecular compounds

Latest submissions

See All
graded 82482
graded 82418
graded 82417

Latest submissions

No submissions made in this challenge.

Latest submissions

See All
graded 114124

5 PROBLEMS 3 WEEKS. CAN YOU SOLVE THEM ALL?

Latest submissions

See All
graded 109741
graded 109708
graded 109644

Latest submissions

No submissions made in this challenge.

Recognizing bird sounds in monophone soundscapes

Latest submissions

No submissions made in this challenge.

Multi-Agent Reinforcement Learning on Trains

Latest submissions

No submissions made in this challenge.

Perform semantic segmentation on aerial images from monocular downward-facing drone

Latest submissions

No submissions made in this challenge.
Participant Rating
Participant Rating

Generative Interior Design Challenge 2024

Question about test images and prompt

2 months ago

Thanks for setting up this competition. I suppose one approach is to fine tune controlnet for better score given the performance metrics. i have question about the test images and prompts.

β€œYou will be provided a total of 1800 seconds to run the complete private set of images containing 40 images. Your models also need to”

I suppose there is only one prompt per images?
(i.e. only 40 test samples)

i also want to confirm the public leaderboard results is only based on public 3 images only.


on a side note, it might be better to provide a few more examples of prompt or at least some keywords, or some references (paper, other public datasets, blogs, etc). We do not know how big is the scope of the objects, style, descriptions in the prompt.


some open dataset:

SUADD'23- Scene Understanding for Autonomous Drone

Is joint semantic segmentation and depth prediction accepted as solution?

About 1 year ago

multi-task model can help to improve model accuracy when there is few data.
some papers show good results for joint semantic segmentation and depth prediction task.
is this a valid solution for Scene Understanding for Autonomous Drone SUADD 2023?

Note: this will use both depth and label data for each competition.


can we use depth data to generate novel view synthesis for segmentation training? (e.g. can we cross use the data of different task?)

Semantic Segmentation

Seismic Facies Identification Challenge

Hand labeling

Over 3 years ago

I have a slightly different but related question. Round two is based on test set 2.
Now we have test set 1. are we allowed to hand label test set 1 (since it is not used in the evaluation of round 2)?

Ground truth annotation error

Over 3 years ago

annotation error

I wonder does this affects evaluation results and should I include this error in my submission?

Learning to Smell

Can we use third party data?

Over 3 years ago

there are lots of them. β€œgoodscentscompany.com” is only one of them. But note that the label is different for the same chemical molecule in this challenge.

What is the cause of ambiguity of structure and odor label

Over 3 years ago

β€œChemical features mining provides new descriptive structure-odor relationships”-Carmen C. Licon
(https://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1006945&type=printable)

" Predicting natural language descriptions of smells"- DarΓ­o GutiΓ©rrez
(https://www.biorxiv.org/content/10.1101/331470v1.full)

β€œMolecular complexity determines the number of olfactory notes and the
pleasantness of smells” - Kermen F
(https://www.nature.com/articles/srep00206.pdf)

What is the cause of ambiguity of structure and odor label

Over 3 years ago

check these as well:
Theories of Smell: Part IV - Molecular Shape Theories of Smell

other videos the playlist: https://www.youtube.com/watch?v=uzJaRAsey-8&list=PLckhtk7WxsVZonou4vr8DrK8M3QFaF_IB

can’t image that small is also related to Quantum Mechanics (vibrating molecule)

What is the cause of ambiguity of structure and odor label

Over 3 years ago

Here are some diagrams from the google paper: β€œMachine Learning for Scent: Learning Generalizable
Perceptual Representations of Small Molecules”


especially in figure 1 β€œStructurally similar molecules do not necessarily have similar odor descriptors.”
why is this so? is it because 3d information is not used (molecule are essentially 3-dimensional)

i have develop a basic graph CNN and now thinking of how to improve results. If structure cannot tells the odor, what else do?

Thanks!

"AssertionError: Unknown smell words provided in the predictions file"

Over 3 years ago

# df has the columns 'SMILES', 'SENTENCE','PREDICTIONS'
# LABEL_COL is the word list= read from vocabulary.txt
def check_df_error(df):
    predict = df['PREDICTIONS'].values
    word = set()
    for p in predict:
        p = p.replace(';',',').split(',')
        p = set(p)
        word = word.union(p)

    label = set(LABEL_COL)
    diff = label.symmetric_difference(word)
    #print('diff',diff) #word not used in prediction all all
    print('diff:',diff-label.intersection(diff)) #word not found in LABEL_COL at all

i suspect you have a β€˜β€™ entry (i.e. empty string).
Note that in your code if split returns empty list, it will not do any checking all all! this can happen if you have bug or forget to insert β€˜,’ or β€˜;’ in your prediction

Questions about evaluation metric

Over 3 years ago

currently in round one, we are asked to predict 1 to 3 tags per sentence.
we can predict up to 5 sentence.

External solution using using Graph Neural Networks (GNNs)

Over 3 years ago

there is one paper that further uses NLP to analyse the distance of the tag in the ground truth … e.g. what is the similarity between scent β€œrose” and β€œflower”, etc … sometimes such description are subjective. so the paper see if we can better results by processing the label, e.g. clustering/hierarchy, etc

hengck23 has not provided any information yet.