← Search

Chao Peng

15 accepted papers

2026

Richer Representations for Neural Algorithmic Reasoning via Auxiliary Reconstruction

AAAI 2026technical

Neural algorithmic reasoning has recently emerged as a popular research direction. It aims to train neural networks to mimic the step-by-step behavior of classical rule-based algorithms. More specifically, the execution of such algorithms can be abstracted as a sequence of states, where each state

Cited by 0SourcePDFScholar
2025

Prompting Large Language Models to Tackle the Full Software Development Lifecycle: A Case Study

COLING 2025main

Recent advancements in large language models (LLMs) have significantly enhanced their coding capabilities. However, existing benchmarks predominantly focused on simplified or isolated aspects of coding, such as single-file code generation or repository issue debugging, falling short of measuring the…

2025

Repo2Run: Automated Building Executable Environment for Code Repository at Scale

NeurIPS 2025spotlight

Scaling up executable code data is significant for improving language models’ software engineering capability. The intricate nature of the process makes it labor-intensive, time-consuming and expert-knowledge-dependent to build a large number of executable code repositories, limiting the scalability…

Cited by 0SourcecodeScholar
2025

SoRFT: Issue Resolving with Subtask-oriented Reinforced Fine-Tuning

ACL 2025long

Mainstream issue-resolving frameworks predominantly rely on commercial models, leading to high costs and privacy concerns. Existing training approaches for issue resolving struggle with poor generalization and fail to fully leverage open-source development resources. We propose **S**ubtask-**o**rien…

2025

Step Guided Reasoning: Improving Mathematical Reasoning using Guidance Generation and Step Reasoning

EMNLP 2025

Mathematical reasoning has been challenging for large language models (LLMs), and the introduction of step-by-step Chain-of-Thought (CoT) inference has significantly advanced the mathematical capabilities of LLMs. However, current approaches either necessitate extensive inference datasets for traini

Cited by 0SourcePDFScholar
2024

A Context-Enhanced Framework for Sequential Graph Reasoning

IJCAI 2024poster

The paper studies sequential reasoning over graph-structured data, which stands as a fundamental task in various trending fields like automated math problem solving and neural graph algorithm learning, attracting a lot of research interest. Simultaneously managing both sequential and graph-structure…

2019

Objects365: A Large-Scale, High-Quality Dataset for Object Detection

ICCV 2019poster

In this paper, we introduce a new large-scale object detection dataset, Objects365, which has 365 object categories over 600K training images. More than 10 million, high-quality bounding boxes are manually labeled through a three-step, carefully designed annotation pipeline. It is the largest object…

Cited by 910PDFScholar
2018

BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation

ECCV 2018poster

Semantic segmentation requires both rich spatial information and sizeable receptive field. However, modern approaches usually compromise spatial resolution to achieve real-time inference speed, which leads to poor performance. In this paper, we address this dilemma with a novel Bilateral Segmentatio…

Cited by 2734SourcePDFScholar
2018

DetNet: Design Backbone for Object Detection

ECCV 2018poster

Recent CNN based object detectors, either one-stage methods like YOLO, SSD, and RetinaNet, or two-stage detectors like Faster R-CNN, R-FCN and FPN, are usually trying to directly finetune from ImageNet pre-trained models designed for the task of image classification. However, there has been little w…

2018

ExFuse: Enhancing Feature Fusion for Semantic Segmentation

ECCV 2018poster

Modern semantic segmentation frameworks usually combine low-level and high-level features from pre-trained backbone convolutional models to boost performance. In this paper, we first point out that a simple fusion of low-level and high-level features could be less effective because of the gap in sem…

Cited by 665SourcePDFScholar
2018

Learning a Discriminative Feature Network for Semantic Segmentation

CVPR 2018poster

Most existing methods of semantic segmentation still suffer from two aspects of challenges: intra-class inconsistency and inter-class indistinction. To tackle these two problems, we propose a Discriminative Feature Network (DFN), which contains two sub-networks: Smooth Network and Border Network. Sp…

Cited by 987SourcePDFScholar
2018

MegDet: A Large Mini-Batch Object Detector

CVPR 2018poster

The development of object detection in the era of deep learning, from R-CNN [11], Fast/Faster R-CNN [10, 31] to recent Mask R-CNN [14] and RetinaNet [24], mainly come from novel network, new framework, or loss design. How- ever, mini-batch size, a key factor for the training of deep neural networks,…

Cited by 408SourcePDFScholar
2017

Large Kernel Matters -- Improve Semantic Segmentation by Global Convolutional Network

CVPR 2017poster

Convolution Neural Network (CNN) has boosted the per- formanceofalotofcomputervisiontasks, likeimageclassi- fication [31], segmentation [25], and detection [28]. Based on the observations from [31, 32, 14], recent model design- ers prefer to employ stacking of small kernels, like 3 x 3 over large-si…

Cited by 2037PDFScholar