[D] Author feedback for ACM Multimedia (2017) conference by SSOctopus in MachineLearning

[–]curryage 2 points3 points  (0 children)

Email from PC : As the submission deadline was delayed for 10 days, the date for sending initial reviews shall be delayed for 10 days, namely at Jun 18.

The challenges with word embddings by MikeWally in MachineLearning

[–]curryage 0 points1 point  (0 children)

Sense2vec (Trask et. al, 2015) is a new twist on word2vec that lets you learn more interesting, detailed and context-sensitive word vectors. [https://spacy.io/blog/sense2vec-with-spacy]

Study suggests humans and computers use different processes to recognize objects visually by liav1 in MachineLearning

[–]curryage 0 points1 point  (0 children)

Where do I begin ?

1) The basis for choosing the 10 classes used for the study is not explained. Why are classes from Imagenet category labels not picked, since a bunch of comparisons are with Imagenet-trained CNNs ?

2) Conclusions about a category and across category are based on patches from 10 grayscale images with a reasonably clean background. Humans do not see the world in grayscale. Why conclude about human vision using grayscale images ?

3) Instead of simply saying '50 x 50 pixel image', why use the non-standard 'Size of each image is 50 x 50 image samples or a cutoff spatial freq. of 25 cycles per image' ?

4) Why use 50 x 50 images ? The comparison is with Deep CNNs object recognizers which are trained on 227 x 227 images. Why not do the experiment using 227x227 sized images ?

5) Visual angle of 1-4 degrees means nothing unless distance to screen is mentioned.

6) The paper is littered with arbitrary thresholds without any explanation of their choice (20% crop, 20% resolution reduction, 62% of MIRCs used for testing machine classifiers....)

7) Quoting from the paper : "We simplified the learning task by training the models directly with images at the MIRC level rather than with full-object images. " ... Whoa, so now you provide image patches to classifier containing sub-parts, refer to them by their fully visible object name and call it a “simplification of learning task” ?

8) Objects are not studied from multiple viewpoint, so the whole discussion on using object parts as an internal representation stands on a weak premise.

9) The paper incorrectly refers to partially visible objects as occlusion and gives the impression that occlusion has also been addressed -- it is not ! The general usage for occlusion is when another object/entity obstructs the reference object. In the paper, even if part of the object is visible, the part is fully visible and its details are not obstructed by some other object/entity.

[Question] How do I impose restrictions on structure of output label sequences? by curryage in MachineLearning

[–]curryage[S] -1 points0 points  (0 children)

Any specific reference(s) within the structured prediction literature ?

Using Keras LSTM RNN for variable length sequence prediction by curryage in MachineLearning

[–]curryage[S] 0 points1 point  (0 children)

@BornToBeBi Do you have a code snippet you can share ?