← Search

Dan dan Guo

9 accepted papers

2025

DRL: Decomposed Representation Learning for Tabular Anomaly Detection

ICLR 2025poster

Anomaly detection, indicating to identify the anomalies that significantly deviate from the majority normal instances of data, has been an important role in machine learning and related applications. Despite the significant success achieved in anomaly detection on image and text data, the accurate T…

Cited by 0SourcePDFScholar
2025

FedLWS: Federated Learning with Adaptive Layer-wise Weight Shrinking

ICLR 2025poster

In Federated Learning (FL), weighted aggregation of local models is conducted to generate a new global model, and the aggregation weights are typically normalized to 1. A recent study identifies the global weight shrinking effect in FL, indicating an enhancement in the global model’s generalization…

2024

Distribution Alignment Optimization through Neural Collapse for Long-tailed Classification

ICML 2024poster

A well-trained deep neural network on balanced datasets usually exhibits the Neural Collapse (NC) phenomenon, which is an informative indicator of the model achieving good performance. However, NC is usually hard to be achieved for a model trained on long-tailed datasets, leading to the deteriorated…

Cited by 11SourcePDFScholar
2024

PTaRL: Prototype-based Tabular Representation Learning via Space Calibration

ICLR 2024spotlight

Tabular data have been playing a mostly important role in diverse real-world fields, such as healthcare, engineering, finance, etc. With the recent success of deep learning, many tabular machine learning (ML) methods based on deep networks (e.g., Transformer, ResNet) have achieved competitive perfor…

Cited by 26SourcePDFScholar
2023

Enhancing Minority Classes by Mixing: An Adaptative Optimal Transport Approach for Long-tailed Classification

NeurIPS 2023poster

Real-world data usually confronts severe class-imbalance problems, where several majority classes have a significantly larger presence in the training set than minority classes. One effective solution is using mixup-based methods to generate synthetic samples to enhance the presence of minority clas…

2022

Adaptive Distribution Calibration for Few-Shot Learning with Hierarchical Optimal Transport

NeurIPS 2022accept

Few-shot classification aims to learn a classifier to recognize unseen classes during training, where the learned model can easily become over-fitted based on the biased distribution formed by only a few training examples. A recent solution to this problem is calibrating the distribution of these fe…

Cited by 31SourcePDFScholar
2022

Learning Prototype-oriented Set Representations for Meta-Learning

ICLR 2022poster

Learning from set-structured data is a fundamental problem that has recently attracted increasing attention, where a series of summary networks are introduced to deal with the set input. In fact, many meta-learning problems can be treated as set-input tasks. Most existing summary networks aim to des…

Cited by 26SourcePDFScholar
2022

Learning to Re-weight Examples with Optimal Transport for Imbalanced Classification

NeurIPS 2022accept

Imbalanced data pose challenges for deep learning based classification models. One of the most widely-used approaches for tackling imbalanced data is re-weighting, where training samples are associated with different weights in the loss function. Most of existing re-weighting approaches treat the ex…

2022

Representing Mixtures of Word Embeddings with Mixtures of Topic Embeddings

ICLR 2022poster

A topic model is often formulated as a generative model that explains how each word of a document is generated given a set of topics and document-specific topic proportions. It is focused on capturing the word co-occurrences in a document and hence often suffers from poor performance in analyzing s…