JisuHann / One-day-One-paper

Review paper
3 stars 0 forks source link

Set: Set-to-Vector, Vector-to-set #37

Closed JisuHann closed 2 years ago

JisuHann commented 2 years ago

Set-to-Vector

  1. Deep Sets(NIPS2017)
  2. Learning Functions over Sets via Permutation Adversarial Networks(ACCV2020)
  3. Set Transformer: A Framework for Attention-based Permutation-Invariant Neural Networks(ICML2019)

Vector-to-Set

  1. DSPN: Deep Set Prediction Networks (NIPS2019)
  2. TSPN: Conditional Set Generation with Transformers (ICMLW2020)
JisuHann commented 2 years ago

Deep Sets(NIPS2017)

paper

Idea

Deep Sets

JisuHann commented 2 years ago

Set Transformer: A Framework for Attention-based Permutation-Invariant Neural Networks(ICML2019)

paper

Idea

tasks

  1. Maximum Value Regression
  2. Counting Unique Characters
  3. Amortized Clustering with Mixture of Gaussinas
  4. Set anomaly detection
  5. Point cloud classification
JisuHann commented 2 years ago

Learning Functions over Sets via Permutation Adversarial Networks(ACCV2020)