← Search

Si Si

19 accepted papers

2025

Large Language Models are Interpretable Learners

ICLR 2025poster

The trade-off between expressiveness and interpretability remains a core challenge when building human-centric models for classification and decision-making. While symbolic rules offer interpretability, they often lack expressiveness, whereas neural networks excel in performance but are known for be…

2025

Lattice Boltzmann Model for Learning Real-World Pixel Dynamicity

NeurIPS 2025poster

This work proposes the Lattice Boltzmann Model (LBM) to learn real-world pixel dynamicity for visual tracking. LBM decomposes visual representations into dynamic pixel lattices and solves pixel motion states through collision-streaming processes. Specifically, the high-dimensional distribution of t…

Cited by 0SourceScholar
2025

LoRA Done RITE: Robust Invariant Transformation Equilibration for LoRA Optimization

ICLR 2025oral

Low-rank adaption (LoRA) is a widely used parameter-efficient finetuning method for LLM that reduces memory requirements. However, current LoRA optimizers lack transformation invariance, meaning the updates depending on how the two LoRA factors are scaled or rotated. This deficiency leads to ineffic…

2024

Two-stage LLM Fine-tuning with Less Specialization and More Generalization

ICLR 2024poster

Pretrained large language models (LLMs) are general purpose problem solvers applicable to a diverse set of tasks with prompts. They can be further improved towards a specific task by fine-tuning on a specialized dataset. However, fine-tuning usually makes the model narrowly specialized on this datas…

Cited by 6SourcePDFScholar
2023

Scaling Up Dataset Distillation to ImageNet-1K with Constant Memory

ICML 2023poster

Dataset Distillation is a newly emerging area that aims to distill large datasets into much smaller and highly informative synthetic ones to accelerate training and reduce storage. Among various dataset distillation methods, trajectory-matching-based methods (MTT) have achieved SOTA performance in m…

2023

Serving Graph Compression for Graph Neural Networks

ICLR 2023top-25%

Serving a GNN model online is challenging --- in many applications when testing nodes are connected to training nodes, one has to propagate information from training nodes to testing nodes to achieve the best performance, and storing the whole training set (including training graph and node features…

Cited by 9SourcePDFScholar
2021

Learnable Fourier Features for Multi-dimensional Spatial Positional Encoding

NeurIPS 2021poster

Attentional mechanisms are order-invariant. Positional encoding is a crucial component to allow attention-based deep model architectures such as Transformer to address sequences or images where the position of information matters. In this paper, we propose a novel positional encoding method based on…

Cited by 112SourcePDFScholar
2020

How Does Noise Help Robustness? Explanation and Exploration under the Neural SDE Framework

CVPR 2020oral

Neural Ordinary Differential Equation (Neural ODE) has been proposed as a continuous approximation to the ResNet architecture. Some commonly used regularization mechanisms in discrete neural networks (e.g., dropout, Gaussian noise) are missing in current Neural ODE networks. In this paper, we propos…

Cited by 70PDFcodeScholar
2019

A Unified Framework for Data Poisoning Attack to Graph-based Semi-supervised Learning

NeurIPS 2019poster

In this paper, we proposed a general framework for data poisoning attacks to graph-based semi-supervised learning (G-SSL). In this framework, we first unify different tasks, goals and constraints into a single formula for data poisoning attack in G-SSL, then we propose two specialized algorithms to…

Cited by 112SourcePDFScholar
2019

Learning to Screen for Fast Softmax Inference on Large Vocabulary Neural Networks

ICLR 2019poster

Neural language models have been widely used in various NLP tasks, including machine translation, next word prediction and conversational agents. However, it is challenging to deploy these models on mobile devices due to their slow prediction speed, where the bottleneck is to compute top candidates…

Cited by 27SourcePDFScholar
2019

Robustness Verification of Tree-based Models

NeurIPS 2019poster

We study the robustness verification problem of tree based models, including random forest (RF) and gradient boosted decision tree (GBDT). Formal robustness verification of decision tree ensembles involves finding the exact minimal adversarial perturbation or a guaranteed lower bound of it. Existing…

2018

GroupReduce: Block-Wise Low-Rank Approximation for Neural Language Model Shrinking

NeurIPS 2018poster

Model compression is essential for serving large deep neural nets on devices with limited resources or applications that require real-time responses. For advanced NLP problems, a neural language model usually consists of recurrent layers (e.g., using LSTM cells), an embedding matrix for representing…

Cited by 79SourcePDFScholar
2017

Gradient Boosted Decision Trees for High Dimensional Sparse Output

ICML 2017poster

In this paper, we study the gradient boosted decision trees (GBDT) when the output space is high dimensional and sparse. For example, in multilabel classification, the output space is a $L$-dimensional 0/1 vector, where $L$ is number of labels that can grow to millions and beyond in many modern appl…