← Latest papers
📊 statistics

Nearest-Neighbor Radii under Dependent Sampling

This paper establishes that nearest-neighbor radii under strong mixing dependent sampling retain their informative geometric properties, exhibiting distribution-free almost sure convergence and sharp non-asymptotic moment bounds that depend on local intrinsic dimension rather than ambient dimension.

Original authors: Yuanyuan Gao, Yilong Hou, Zhexiao Lin

Published 2026-05-15
📖 5 min read🧠 Deep dive

Original authors: Yuanyuan Gao, Yilong Hou, Zhexiao Lin

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 standing in a crowded room, trying to find your closest friends. In a perfectly random crowd (where everyone is scattered independently), you can easily predict how far you'd have to reach to find your 5th closest friend. If the room is huge but your friends are sparse, you reach far. If they are packed tight, you reach just a little. This distance is what mathematicians call the "nearest-neighbor radius."

For decades, machine learning algorithms have relied on this simple idea: "Look at the people closest to you to make a guess." But there's a catch. Most of the math behind these algorithms assumes the crowd is random. In the real world, however, data often comes in sequences where people are connected. Think of a line of dominoes falling, a stock market ticker, or a weather report: what happens now is heavily influenced by what happened a moment ago. This is called dependent sampling.

The big question this paper asks is: Does this "connectedness" of the crowd change how far we have to reach to find our friends?

The Core Discovery: The "Rope" vs. The "Crowd"

The authors, Yuanyuan Gao, Yilong Hou, and Zhexiao Lin, set out to test if the "rules of the game" change when the data is dependent.

1. The "Weak Tether" Analogy
Imagine the people in the room are tied together with very long, stretchy ropes. If the ropes are short and tight (strong dependence), the group moves as one blob. If the ropes are long and loose (weak dependence), the group still moves together, but individuals can drift apart.

The paper proves that as long as the "ropes" aren't too tight (a condition they call geometric mixing, meaning the influence of one person on another fades away quickly over time), the size of the neighborhood you need to look at remains exactly the same as if everyone were standing randomly.

2. The "Local Map" vs. The "Big Map"
Usually, we think about how crowded a room is based on the total number of dimensions (like a 3D room vs. a 100D room). But the authors show that what really matters is the local shape of the data.

  • The Metaphor: Imagine a flat sheet of paper floating in a 3D room. Even though the room is 3D, the paper is only 2D. If you are standing on the paper, you only care about the 2D distance to your neighbors, not the 3D distance through the air.
  • The paper shows that even with dependent data, the "reach" you need is determined by this local 2D shape (the intrinsic dimension), not the giant 3D room (the ambient dimension).

What They Found (The "Rules of the Game")

The paper establishes three main "rules" for how this works:

  • Rule 1: The Limit is the Same.
    If you keep adding more people to the room, the distance to your k-th closest friend will eventually settle on a specific value. The paper proves that even with the "ropes" (dependence), this final distance is the same as if the ropes didn't exist. The "destination" hasn't changed.

  • Rule 2: The Speed is Slower, but the Path is the Same.
    While the final distance is the same, getting there takes a bit longer or requires a bit more data when the people are connected.

    • Analogy: If you are trying to find a specific book in a library where the books are randomly placed, you find it quickly. If the books are stacked in piles (dependent), you might have to dig a little deeper or check a few more piles to find the same book.
    • The math shows that the "cost" of this dependence is just a small penalty (a logarithmic factor). It doesn't change the fundamental formula for how the distance scales.
  • Rule 3: It Works on Real Data.
    The authors didn't just do math; they ran experiments.

    • Synthetic Tests: They created fake time-series data (like stock prices) with different levels of "connectedness." They found that the "reach" of the nearest neighbors still followed the same rules as random data.
    • Real-World Tests: They tested this on real time-series data (weather, electricity usage, traffic). They compared a simple "look at your neighbors" method against complex, modern AI models. They found that the simple neighbor method still worked surprisingly well, proving that the geometry of these real-world, connected datasets is still predictable.

The Bottom Line

The paper's main message is surprisingly simple and reassuring: Dependence doesn't break the geometry of nearest neighbors.

As long as the connection between data points fades away reasonably fast (which is true for most time-series and sequential data), you can still use the same "rules of thumb" you learned from random data. You don't need to invent a whole new way to measure distance. The "local map" of your data is still valid, even if the data points are holding hands.

This gives machine learning engineers a green light to use these classic, simple, and effective "nearest neighbor" tools on complex, real-world sequential data without worrying that the "connectedness" of the data has fundamentally broken the math.

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 →