← Latest papers
📊 statistics

Adaptive deep nonparametric regression from dependent data under covariate shift

This paper proposes a sparse-penalized deep neural network estimator for nonparametric quantile and Huber regression under covariate shift and dependent data, establishing non-asymptotic error bounds that achieve minimax optimal convergence rates for various mixing processes and unknown density ratios.

Original authors: William Kengne, Ehud Mossa Ockegna

Published 2026-07-23
📖 3 min read☕ Coffee break read

Original authors: William Kengne, Ehud Mossa Ockegna

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot how to recognize cats. You show it a thousand photos of fluffy, orange tabbies taken in a sunny living room. The robot learns perfectly, becoming a cat-detection wizard. But then, you ask it to find cats in a new set of photos taken in a dark, rainy alleyway. Suddenly, the robot is confused. It sees the same cats, but the lighting, the background, and the camera angle are all different. In the world of artificial intelligence, this is called covariate shift. It happens when the data you use to train a model (the "source") comes from a different distribution than the data you actually want to predict on (the "target"). It's like trying to drive a car using a map of a city you've never visited, where the streets are named differently and the traffic rules have changed.

To fix this, scientists usually try to "reweight" the training data, giving more importance to the examples that look like the target data and less to the ones that don't. However, real-world data is rarely perfect. Often, the data points aren't independent; they are connected in time, like a stock price that depends on yesterday's price, or a weather pattern that follows the day before. This is called dependent data. Furthermore, the relationship between the input (like the photo) and the output (the cat) might not be a simple straight line; it could be a complex, twisting curve that changes depending on the situation. This is nonparametric regression. The challenge is to build a model that can handle these messy, connected, shifting data streams without getting lost, while also being robust enough to ignore weird outliers (like a dog dressed as a cat).

This paper tackles that exact challenge by introducing a new, super-smart type of artificial brain called a Deep Neural Network (DNN). The authors, William Kengne and Ehud Mossa Ockegna, propose a method that doesn't just guess; it adapts. They create a "sparse-penalized" estimator, which is a fancy way of saying they force the network to be efficient, only keeping the most important connections and ignoring the noise. They test this on two specific types of problems: Huber regression, which is great for handling data with wild outliers (like a sudden spike in temperature), and quantile regression, which helps predict specific percentiles (like the 90th percentile of rainfall, rather than just the average).

The big discovery here is that their method works even when the data is dependent and the training and testing worlds are different. They prove mathematically that their estimator can adapt to the "smoothness" of the problem (how wiggly the curve is) and still achieve the best possible speed of learning, known as the minimax optimal rate. This means they are learning as fast as theoretically possible, up to a tiny logarithmic factor. They also show that if the difference between the training and testing data is huge (meaning the "density ratio" is unbounded), they can still succeed by using a clever two-step process: first, they train a small network to estimate how different the two worlds are, and then they use that estimate to reweight the main training. Whether the data is independent, or follows complex time-series patterns like mixing processes, their method holds up, offering a robust way to teach machines to learn from imperfect, shifting realities.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →