← Search

Qijun Luo

4 accepted papers

2026

Motion Control and Power Distribution of H-Shaped Multi-Modal Transformable Rotorcraft

ICRA 2026poster

Multilink transformable rotorcraft demonstrate exceptional flexibility when navigating confined spaces, yet face critical challenges including time-varying center of gravity, body misalignment, and the absence of a unified control strategy during dynamic reconfiguration, which severely restrict moti…

Cited by 0Scholar
2025

Accelerating Block Coordinate Descent for LLM Finetuning via Landscape Expansion

NeurIPS 2025poster

Finetuning large language models (LLMs) is a resource-intensive task for researchers in academia, with memory constraints posing a key bottleneck. A classic optimization method, block coordinate descent (BCD), significantly reduces memory cost by segmenting the trainable parameters into multiple blo…

Cited by 0SourceScholar
2025

StreamBP: Memory-Efficient Exact Backpropagation for Long Sequence Training of LLMs

NeurIPS 2025poster

Training language models on long sequence data is a demanding requirement for enhancing the model's capability on complex tasks, e.g., long-chain reasoning. However, as the sequence length scales up, the memory cost for storing activation values becomes huge during the Backpropagation (BP) process,…

Cited by 3SourcecodeScholar
2024

BAdam: A Memory Efficient Full Parameter Optimization Method for Large Language Models

NeurIPS 2024poster

This work presents BAdam, an optimization method that leverages the block coordinate descent (BCD) framework with Adam's update rule. BAdam offers a memory efficient approach to the full parameter finetuning of large language models. We conduct a theoretical convergence analysis for BAdam in the…