← Search

Binghong Chen

9 accepted papers

2025

Multi-View Learning with Context-Guided Receptance for Image Denoising

IJCAI 2025

Image denoising is essential in low-level vision applications such as photography and automated driving. Existing methods struggle with distinguishing complex noise patterns in real-world scenes and consume significant computational resources due to reliance on Transformer-based models. In this work

2023

May the Force be with You: Unified Force-Centric Pre-Training for 3D Molecular Conformations

NeurIPS 2023poster

Recent works have shown the promise of learning pre-trained models for 3D molecular representation. However, existing pre-training models focus predominantly on equilibrium data and largely overlook off-equilibrium conformations. It is challenging to extend these methods to off-equilibrium data beca…

Cited by 10SourcePDFScholar
2021

ProTo: Program-Guided Transformer for Program-Guided Tasks

NeurIPS 2021poster

Programs, consisting of semantic and structural information, play an important role in the communication between humans and agents. Towards learning general program executors to unify perception, reasoning, and decision making, we formulate program-guided tasks which require learning to execute a gi…

2021

Scallop: From Probabilistic Deductive Databases to Scalable Differentiable Reasoning

NeurIPS 2021poster

Deep learning and symbolic reasoning are complementary techniques for an intelligent system. However, principled combinations of these techniques have limited scalability, rendering them ill-suited for real-world applications. We propose Scallop, a system that builds upon probabilistic deductive dat…

Cited by 87SourcePDFScholar
2020

GLAD: Learning Sparse Graph Recovery

ICLR 2020poster

Recovering sparse conditional independence graphs from data is a fundamental problem in machine learning with wide applications. A popular formulation of the problem is an $\ell_1$ regularized maximum likelihood estimation. Many convex optimization algorithms have been designed to solve this formula…

Cited by 50SourcecodeScholar
2020

Learning to Plan in High Dimensions via Neural Exploration-Exploitation Trees

ICLR 2020spotlight

We propose a meta path planning algorithm named \emph{Neural Exploration-Exploitation Trees~(NEXT)} for learning from prior experience for solving new path planning problems in high dimensional continuous state and action spaces. Compared to more classical sampling-based methods like RRT, our approa…

Cited by 64SourcecodeScholar
2020

Retro*: Learning Retrosynthetic Planning with Neural Guided A* Search

ICML 2020poster

Retrosynthetic planning is a critical task in organic chemistry which identifies a series of reactions that can lead to the synthesis of a target product. The vast number of possible chemical transformations makes the size of the search space very big, and retrosynthetic planning is challenging even…