← Latest papers
🤖 AI

Towards a Densing Law for User Representation Learning at Billion-Scale Capacity

This paper proposes the "User Behavioral Densing Law," a quantitative scaling pattern linking data size to minimum sufficient tokenization capacity, and introduces ALGN, an adaptive tokenization method that overcomes billion-scale data bottlenecks and outperforms existing baselines in user representation learning.

Original authors: Bin Dou, Junru Zhang, Zhaoyi Yuan, Wuliang Huang, Letian Gong, Baokun Wang, Huan Li, Yu Cheng, Weiqiang Wang

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Bin Dou, Junru Zhang, Zhaoyi Yuan, Wuliang Huang, Letian Gong, Baokun Wang, Huan Li, Yu Cheng, Weiqiang Wang

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

In the digital world, every click, purchase, and search leaves a trace. For the companies that build the platforms we use daily, these traces are not just records; they are the raw material for understanding who we are. By analyzing the long, winding history of a person's actions, artificial intelligence systems try to build a single, powerful summary of that individual's preferences and habits. This summary, often called a user representation, acts as a digital fingerprint that helps decide what news to show, what products to recommend, or which advertisements to display. For years, the prevailing belief among engineers was simple: to make these fingerprints more accurate, you simply needed more data. The logic seemed sound—feed the system more users, longer histories of their lives, and bigger computer brains to process it all, and the results would naturally get better.

However, a new study challenges this assumption of "more is better." Researchers from Ant Group and Zhejiang University investigated whether this strategy of endless expansion actually works when dealing with the massive scale of real-world data, such as the billions of transactions processed by Alipay. They found that there is a point where adding more raw information stops helping and starts hurting. Just as a room can become so cluttered with furniture that it is impossible to move, a system can become so flooded with repetitive, low-value data that it loses its ability to see what truly matters. The team discovered that the bottleneck is not the size of the computer model, but the quality and density of the information being fed into it. They propose a new approach that focuses on compressing this massive history into a compact, high-value summary, allowing the system to learn more from less.

The researchers began by testing the limits of the traditional approach on a dataset containing hundreds of millions of users. They systematically increased the number of users, the length of the time window they observed, and the size of the computer model itself. They found that performance improved quickly at first, but then hit a hard wall. When they added more users beyond a certain point, or looked at histories longer than about sixty days, the system stopped learning anything new. The extra data was mostly just the same old habits repeated over and over, like a person buying the same coffee every morning for a decade. Even when they made the computer model significantly larger, it failed to get smarter; it simply memorized these repetitive details without gaining any real insight into the user's true preferences. This phenomenon, which the authors call the "raw behavioral scaling wall," showed that simply throwing more data at the problem was no longer a viable strategy.

To break through this wall, the team introduced a method of "densing" the data. Instead of feeding the system the entire, messy history of raw events, they first translated those events into a compact set of digital tokens, similar to how a book can be summarized into a few key sentences without losing the plot. They used a technique that groups similar behaviors together and strips away the redundancy, keeping only the most informative signals. When they trained their models on these compressed, tokenized versions of the user histories, the results were striking. The system continued to improve even as the data grew larger, whereas the system trained on raw data had already stalled. The compressed data allowed the model to see the forest rather than getting lost in the trees, maintaining its ability to learn and adapt even when the input volume was massive.

The study went further to define a precise rule for how much compression is needed as the data grows. They found that the amount of "space" required to store a user's summary does not need to grow in direct proportion to the amount of raw data. Instead, it follows a predictable pattern where the necessary capacity grows slowly as the data volume increases. This means that for a system handling a billion users, you do not need a billion times more memory or computing power; you only need a carefully calculated, much smaller amount of high-quality tokens. This discovery, which they term the "Behavioral Densing Law," provides a mathematical guide for engineers to know exactly how much compression to apply for any given amount of data, ensuring they do not waste resources on unnecessary information.

Finally, the researchers developed a new tool called the Adaptive Length Gated Network to put this law into practice. Previous methods treated every user's history the same way, assigning the same amount of compressed space to everyone, regardless of how complex their life actually was. The new tool is smarter; it looks at each user individually and decides how much detail to keep. For a user with a very routine, predictable life, it assigns a very short summary. For a user with a complex, diverse set of interests and habits, it assigns a longer, more detailed summary. This dynamic approach ensures that no computing power is wasted on boring, repetitive data, while complex users still get the attention they need. In their tests, this adaptive method not only outperformed all previous systems in accuracy but also used significantly less computing capacity, proving that efficiency and performance can go hand in hand.

The implications of this work extend far beyond a single app or website. It suggests a fundamental shift in how we build intelligent systems for the future. Instead of the endless race to collect more data and build bigger models, the path forward lies in learning to extract more value from the data we already have. By focusing on the density of information rather than the sheer volume, we can build systems that are not only more accurate but also more efficient and sustainable. The study demonstrates that in the age of big data, the most powerful tool is not a bigger bucket, but a better filter.

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 →