About me
I am currently a 3rd-year PhD student at University of Maryland, College Park. My research interest lies in effective, efficient, reliable and robust (E2R2) algorithms for point cloud analysis. These requirements include but not limited to accuracy, robustness to noise, robustness to density variation, computation and memory efficient.
I believe my development will pave the path to point cloud foundation models. It will be a long journey, but I've already achieved a few milestones! Check my Point Cloud E2R2 Theories thesis proposal for a quick overview of my current developed theory and its future work!
I have the fortune to be advised by Prof. Yiannis Aloimonos and Dr. Cornelia Fermüller in the Perception and Robotics Group. I am also co-advised by Prof. Furong Huang. Before that, I worked as a research assistant for Prof. Jimmy Fung and Prof. Xingcheng Lu during my undergraduate for three years.
I received by Bachelor's degree in Mathematics and Economics & Computer Science at Hong Kong University of Science and Technology (HKUST) in 2021. I graduated with S.S. Chern (陈省身) class outstanding academic achievement in Mathematics (top 1%, awarded $30,000 HKD).
Selected Publications
They look like computer vision papers, but they are actually all about machine learning.
Dehao Yuan, Levi Burner, Jiayi Wu, Minghui Liu, Jingxi Chen, Yiannis Aloimonos, Cornelia Fermüller
under submission [Paper] [GitHub] [Video Demo]
Description: We propose a supervised point-based method for normal flow estimation that overcomes the limitations of existing event learning-based approaches. Using a local point cloud encoder, our method directly estimates per-event normal flow from raw events. Extensive experiments demonstrate our method achieves better and more consistent performance than state-of-the-art methods when transferred across different datasets. Finally, we introduce an egomotion solver based on a maximum-margin problem that uses normal flow and IMU to achieve strong performance in challenging scenarios.
Dehao Yuan, Cornelia Fermüller, Tahseen Rabbani, Furong Huang, Yiannis Aloimonos
ICML2024 [Paper] [GitHub] [Slides]
Description: We propose VecKM, a highly efficient local point cloud encoder. VecKM is the first successful attempt to reduce the computation and memory costs from O(n^2+nKd) to O(nd) by sacrificing a marginal factor, where n is the size of the point cloud and K is neighborhood size. The efficiency is primarily due to VecKM's unique factorizable property that eliminates the need of explicitly grouping points into neighborhoods.
Dehao Yuan, Furong Huang, Cornelia Fermüller, Yiannis Aloimonos
ICLR2024 [Paper] [GitHub] [HTML]
Description: We introduce Hyper-Dimensional Function Encoding (HDFE), which generates a fixed-length vector representation of continuous objects, such as functions, invariant to sample distribution and density. This invariance allows HDFE to consistently encode continuous objects for neural networks without the need for training. It maps objects into an organized embedding space, aiding downstream task training. HDFE is also decodable, enabling neural networks to regress continuous objects via their encodings. Thus, HDFE acts as an interface for processing continuous objects in machine learning tasks like classification and regression.
Peter Sutor*, Dehao Yuan*, Douglas Summer-Stay, Cornelia Fermüller, Yiannis Aloimonos
IJCNN2022 [Paper] [GitHub]
Description: We introduce a novel approach using binary hypervectors to encode neural network output signals for collaboration. These hypervectors are efficiently combined through consensus summation. This method outperforms or matches state-of-the-art techniques with minimal computational overhead. In addition, this consensus-based learning process can adapt in real-time, accommodating the addition or removal of models.
Selected Publications as a Research Assistant
As the second authors, I am responsible for data processing of > 100 GB, implementing machine learning architecture, generating the inference, and visualizing the outputs in the papers. These projects involve heavy data science components.
Xingcheng Lu, Dehao Yuan, Yiang Chen, Jimmy C.H. Fung
Environmental Pollution (I.F. 10.0) [Paper]
Description: We reveal the negative health impacts of PM2.5 pollution and its connection to urbanization and long-term meteorological changes. We reveal that urbanization tends to increase global PM2.5 levels and associated mortality, with urban residents being more vulnerable to adverse meteorological conditions. Machine learning analysis shows that meteorological influences on PM2.5-related health burdens have grown over time, emphasizing the need for climate mitigation efforts to address this issue.
Xingcheng Lu, Dehao Yuan, Yiang Chen, Jimmy C.H. Fung, Wenkai Li, and Alexis K.H. Lau
Environmental Science and Technology (I.F. 11.4) [Paper]
Description: We use an ensemble neural network to estimate the long-term wet deposition of harmful substances (nss-SO42– and NO3–) resulting from human emissions over East Asia. The model's accuracy is high, with R2 values of 0.90 for nss-SO42– and 0.85 for NO3–. We identify hotspots for these depositions in southwestern, central, and eastern China. Notably, we find that acidity in rainwater is shifting from sulfur to nitrogen dominance in most regions. Additionally, We reveal that some ecosystems, particularly freshwater bodies and grasslands, are experiencing wet depositions that exceed critical load thresholds, indicating a need for stricter, collaborative emission control measures in East Asia to protect these ecosystems.
Yiang Chen, Dehao Yuan, Wanying Chen, Mingyun Hu, Jimmy C.H. Fung, Haochen Sun, Xingcheng Lu
Chemosphere (I.F. 9.6) [Paper]
Description: We address the importance of understanding secondary inorganic aerosols in PM2.5 pollution. We use an ensemble neural network model combining numerical models and data to estimate aerosol concentrations in the Greater Bay Area in 2005 and 2015. The model outperforms traditional air quality models, showing decreasing concentrations of SO2-4, NO-3, and NH+4 from 2005 to 2015. Analysis reveals reduced sulfate formation due to emission controls, while increased ammonia availability leads to more sulfate neutralization. We underscore the need for controlling ammonia emissions to further reduce aerosol concentrations in the future.
My Course Notes
I enjoy learning mathematics and organize the lecture notes. Here are my lecture scribings using Notability, which help me build up very solid understanding on the materials.
Fundamental Courses
- MATH1023 Honor Calculus I
- MATH1024 Honor Calculus II
- MATH2023 Multivariable Calculus
- MATH2131 Honor Linear Algebra
Analysis
- MATH2033 Analysis I
- MATH2043 Honor Analysis I
- MATH3033 Analysis II
- MATH3043 Honor Analysis II
- MATH4023 Complex Analysis
- MATH4051 Theory of ODE
Statistics and Probability
- MATH2411 Statistics
- MATH2431 Honor Probability
- MATH3322 Matrix Computation
- MATH3423 Statistical Inference
- MATH3424 Regression Analysis
- MATH3425 Stochastic Process