← Search

Bohan Wang

27 accepted papers

2026

Exposing Vulnerabilities in Explanation for Time Series Classifiers via Dual-Target Attacks

ICML 2026poster

Interpretable time series deep learning systems are often assessed by checking temporal consistency on explanations, implicitly treating this as evidence of robustness. We show that this assumption can fail: Predictions and explanations can be adversarially decoupled, enabling targeted misclassifica…

Cited by 0SourceScholar
2026

Extra-Merge: Tracing the Rank-1 Subspace of Model Merging in Language Model Pre-Training

ICML 2026poster

Model merging has emerged as a lightweight paradigm for enhancing Large Language Models (LLMs), yet its underlying mechanisms remain poorly understood. In this work, we analyze late-stage pre-training trajectories and uncover a \textbf{Rank-1 Subspace} phenomenon: while raw optimization steps oscill…

Cited by 0SourceScholar
2025

AdamS: Momentum Itself Can Be A Normalizer for LLM Pretraining and Post-training

EMNLP 2025

We introduce AdamS, a simple yet effective alternative to Adam for large language model (LLM) pretraining and post-training. By leveraging a novel denominator, i.e., the root of weighted sum of squares of the momentum and the current gradient, AdamS eliminates the need for second-moment estimates. H

2025

BSFA: Leveraging the Subspace Dichotomy to Accelerate Neural Network Training

EMNLP 2025

Recent studies (CITATION) highlight a fundamental dichotomy in deep learning optimization: Although parameter updates along the top eigendirections of the loss Hessian (Dom-space) capture most of the update magnitude, they often contribute minimally to loss reduction. In contrast, updates in the ort

2025

CAGE: Continuity-Aware edGE Network Unlocks Robust Floorplan Reconstruction

NeurIPS 2025poster

We present CAGE (Continuity-Aware edGE) network, a robust framework for reconstructing vector floorplans directly from point-cloud density maps. Traditional corner-based polygon representations are highly sensitive to noise and incomplete observations, often resulting in fragmented or implausible la…

Cited by 0SourcecodeScholar
2025

RobotSmith: Generative Robotic Tool Design for Acquisition of Complex Manipulation Skills

NeurIPS 2025poster

Endowing robots with tool design abilities is critical for enabling them to solve complex manipulation tasks that would otherwise be intractable. While recent generative frameworks can automatically synthesize task settings—such as 3D scenes and reward functions—they have not yet addressed the chall…

Cited by 0SourceScholar
2025

Selftok-Zero: Reinforcement Learning for Visual Generation via Discrete and Autoregressive Visual Tokens

NeurIPS 2025poster

Reinforcement learning (RL) has become an indispensable post-training step for unlocking the full potential of Large Language Models (LLMs). Its core motivation is to incentivize the model’s inference trajectory via a reward model, effectively balancing the exploration–exploitation trade-off in scen…

Cited by 0SourceScholar
2025

Synthetic Video Enhances Physical Fidelity in Video Synthesis

ICCV 2025poster

We investigate how to enhance the physical fidelity of video generation models by leveraging synthetic videos generated via standard computer graphics techniques. These rendered videos respect real-world physics -- such as maintaining 3D consistency -- thereby serving as a valuable resource that can…

2025

TetSphere Splatting: Representing High-Quality Geometry with Lagrangian Volumetric Meshes

ICLR 2025oral

We introduce TetSphere Splatting, a Lagrangian geometry representation designed for high-quality 3D shape modeling. TetSphere splatting leverages an underused yet powerful geometric primitive -- volumetric tetrahedral meshes. It represents 3D shapes by deforming a collection of tetrahedral spheres,…

Cited by 4SourcePDFScholar
2024

Learning Multi-Dimensional Human Preference for Text-to-Image Generation

CVPR 2024poster

Current metrics for text-to-image models typically rely on statistical metrics which inadequately represent the real preference of humans. Although recent work attempts to learn these preferences via human annotated images they reduce the rich tapestry of human preference to a single overall score.…

Cited by 24SourcePDFScholar
2024

Physically Compatible 3D Object Modeling from a Single Image

NeurIPS 2024spotlight

We present a computational framework that transforms single images into 3D physical objects. The visual geometry of a physical object in an image is determined by three orthogonal attributes: mechanical properties, external forces, and rest-shape geometry. Existing single-view 3D reconstruction meth…

Cited by 9SourcePDFScholar
2023

$\mathcal{O}$-GNN: incorporating ring priors into molecular modeling

ICLR 2023poster

Cyclic compounds that contain at least one ring play an important role in drug design. Despite the recent success of molecular modeling with graph neural networks (GNNs), few models explicitly take rings in compounds into consideration, consequently limiting the expressiveness of the models. In this…

Cited by 0SourcePDFScholar
2023

Closing the gap between the upper bound and lower bound of Adam's iteration complexity

NeurIPS 2023poster

Recently, Arjevani et al. [1] establish a lower bound of iteration complexity for the first-order optimization under an $L$-smooth condition and a bounded noise variance assumption. However, a thorough review of existing literature on Adam's convergence reveals a noticeable gap: none of them meet…

Cited by 24SourcePDFScholar
2023

DiGress: Discrete Denoising diffusion for graph generation

ICLR 2023poster

This work introduces DiGress, a discrete denoising diffusion model for generating graphs with categorical node and edge attributes. Our model utilizes a discrete diffusion process that progressively edits graphs with noise, through the process of adding or removing edges and changing the categories.…

2023

Fast Conditional Mixing of MCMC Algorithms for Non-log-concave Distributions

NeurIPS 2023poster

MCMC algorithms offer empirically efficient tools for sampling from a target distribution $\pi(x) \propto \exp(-V(x))$. However, on the theory side, MCMC algorithms suffer from slow mixing rate when $\pi(x)$ is non-log-concave. Our work examines this gap and shows that when Poincar\'e-style inequali…

Cited by 7SourcePDFScholar
2023

On the Trade-off of Intra-/Inter-class Diversity for Supervised Pre-training

NeurIPS 2023poster

Pre-training datasets are critical for building state-of-the-art machine learning models, motivating rigorous study on their impact on downstream tasks. In this work, we study the impact of the trade-off between the intra-class diversity (the number of samples per class) and the inter-class diversit…

Cited by 11SourcePDFScholar
2023

Regularization of Polynomial Networks for Image Recognition

CVPR 2023poster

Deep Neural Networks (DNNs) have obtained impressive performance across tasks, however they still remain as black boxes, e.g., hard to theoretically analyze. At the same time, Polynomial Networks (PNs) have emerged as an alternative method with a promising performance and improved interpretability b…

2022

Creating Training Sets via Weak Indirect Supervision

ICLR 2022poster

Creating labeled training sets has become one of the major roadblocks in machine learning. To address this, recent Weak Supervision (WS) frameworks synthesize training labels from multiple potentially noisy supervision sources. However, existing frameworks are restricted to supervision sources that…

Cited by 19SourcePDFScholar
2022

Does Momentum Change the Implicit Regularization on Separable Data?

NeurIPS 2022accept

The momentum acceleration technique is widely adopted in many optimization algorithms. However, there is no theoretical answer on how the momentum affects the generalization performance of the optimization algorithms. This paper studies this problem by analyzing the implicit regularization of moment…

Cited by 21SourcePDFScholar
2021

A Simulation-Based Grasp Planner for Enabling Robotic Grasping during Composite Sheet Layup

ICRA 2021poster

Composites are increasingly becoming a material of choice in the aerospace and automotive industries. Currently, many composite parts are produced by manually laying up sheets on complex molds. Composite sheet layup requires executing two main tasks: (1) grasping a sheet and (2) draping it on the mo…

Cited by 14SourceScholar
2021

End-to-End Human Object Interaction Detection With HOI Transformer

CVPR 2021poster

We propose HOI Transformer to tackle human object interaction (HOI) detection in an end-to-end manner. Current approaches either decouple HOI task into separated stages of object detection and interaction classification or introduce surrogate interaction problem. In contrast, our method, named HOI T…

Cited by 266PDFcodeScholar
2021

Optimizing Information-theoretical Generalization Bound via Anisotropic Noise of SGLD

NeurIPS 2021poster

Recently, the information-theoretical framework has been proven to be able to obtain non-vacuous generalization bounds for large models trained by Stochastic Gradient Langevin Dynamics (SGLD) with isotropic noise. In this paper, we optimize the information-theoretical generalization bound by manipu…

Cited by 8SourcePDFScholar
2021

See More for Scene: Pairwise Consistency Learning for Scene Classification

NeurIPS 2021poster

Scene classification is a valuable classification subtask and has its own characteristics which still needs more in-depth studies. Basically, scene characteristics are distributed over the whole image, which cause the need of “seeing” comprehensive and informative regions. Previous works mainly focu…

Cited by 6SourcePDFScholar
2021

The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks

ICML 2021oral

Despite their overwhelming capacity to overfit, deep neural networks trained by specific optimization algorithms tend to generalize relatively well to unseen data. Recently, researchers explained it by investigating the implicit bias of optimization algorithms. A remarkable progress is the work (Lyu…

2021

Tighter Generalization Bounds for Iterative Differentially Private Learning Algorithms

UAI 2021poster

This paper studies the relationship between generalization and privacy preservation of machine learning in two steps. We first establish an alignment between the two facets for any learning algorithm. We prove that $(\varepsilon, \delta)$-differential privacy implies an on-average generalization bou…

Cited by 18SourcePDFScholar
2020

Piecewise linear activations substantially shape the loss surfaces of neural networks

ICLR 2020poster

Understanding the loss surface of a neural network is fundamentally important to the understanding of deep learning. This paper presents how piecewise linear activation functions substantially shape the loss surfaces of neural networks. We first prove that {\it the loss surfaces of many neural netwo…

Cited by 36SourceScholar