DeepLearnPhysics / lartpc_mlreco3d

9 stars 32 forks source link

Clustering in hyperspace #21

Open drinkingkazu opened 5 years ago

drinkingkazu commented 5 years ago

As an extension of our past clustering attempts (dynamic-gcnn here and there, as well as Dae Hyun's recent attempt based on this), here's another architecture proposal: apply clustering loss at all spatial resolution level in U-ResNet(+PPN).

Any volunteers? :)

dkoh0207 commented 5 years ago

Is this simply performing clustering loss as in this at the embedding space represented in the deepest layer?

drinkingkazu commented 5 years ago

@dkoh0207 almost but not quite. I am suggesting to do it at each stage from the bottom of U to each stage of decoding path.

dkoh0207 commented 5 years ago

From Yesterday's Discussion:

  1. Learning Embeddings

  2. Breaking Translational Equivariance

  3. Other Architectural Improvments

  4. Applications