← Latest papers
📊 statistics

Fair Multi-View Determinantal Coresets via Adaptive NEPv

This paper introduces a fair multi-view determinantal coreset selection method that maximizes the weakest per-view log determinant by formulating a gauge-invariant nonlinear eigenvalue problem, which is solved via an adaptive self-consistent-field algorithm and rounded using leverage-score screening with local refinement.

Original authors: Richard Yi Da Xu

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

Original authors: Richard Yi Da Xu

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 world of artificial intelligence, building a smart system often begins with a curation problem: a massive library of data exists, but the computer can only learn from a tiny fraction of it. The challenge is not just picking the best examples, but picking the most useful variety. Imagine trying to teach a machine to recognize a brand by showing it a few logos and their written descriptions. If you only choose examples that look different from one another, you might accidentally pick a set where every logo is unique but every description uses the exact same boring words. Conversely, if you only pick examples with diverse wording, you might end up with a set where the text is rich but the images are all nearly identical. This creates a blind spot. The machine learns to handle one side of the story while failing completely on the other. This is the core difficulty of "multi-view" learning, where data comes in different forms, such as text and images, and a good selection must satisfy the requirements of every form simultaneously.

Researchers at Hong Kong Baptist University and TadReamk Limited have developed a new method to solve this specific balancing act. They call their approach "Fair Multi-View Determinantal Coresets." The goal is simple in concept but difficult to achieve: select a small group of items that is diverse in every single way it can be measured, without letting one type of diversity hide the failure of another. To do this, they moved away from the old habit of averaging different types of data into a single score. Averaging is deceptive because a high total score can hide the fact that one part of the data is completely collapsed. Instead, their new method focuses on the weakest link. It asks, "What is the least diverse view in this group?" and then tries to make that specific view as diverse as possible. By constantly pushing up the floor of the worst-performing category, the method aims to ensure that no single perspective is neglected, though it does not claim to guarantee a perfectly balanced selection in all cases.

The mathematical engine behind this solution is a sophisticated way of handling the selection process. Normally, picking a subset of items is a discrete choice, like flipping a switch for each item to say "yes" or "no." This is computationally very hard when the list of candidates is huge. The researchers transformed this problem into a continuous one, where they imagine the selection as a shape that can rotate and shift smoothly in a high-dimensional space. This allows them to use powerful mathematical tools to find the best orientation for this shape. However, because they are trying to balance multiple different views at once, the rules for finding the best shape change as the shape itself moves. It is not a static calculation; the weights assigned to the different views adapt based on how well the current selection is performing in each area. If the text diversity is low, the system automatically puts more pressure on the text side to improve.

To solve this moving target, the team built a custom solver that iterates toward a solution. It starts with a random selection and repeatedly adjusts the group, checking which view is lagging behind and shifting the focus to fix it. They added specific techniques to keep this process stable, preventing it from oscillating wildly or getting stuck. Once the system finds the best possible continuous shape, it translates that back into a concrete list of actual items. This final step involves a screening process to pick the top candidates, followed by a local refinement where items are swapped in and out to ensure the final list is as good as possible. While the method seeks a balanced selection, the author notes that the mathematical relaxation used to solve the problem does not always perfectly match the discrete reality, meaning the final result may not be a perfect guarantee of balance.

The researchers tested their method using synthetic data designed specifically to create conflict. They created a scenario with three types of candidates: some that were excellent at text but poor at images, some that were excellent at images but poor at text, and some that were mediocre at both. When they used traditional methods that averaged the scores or looked at only one view, the system picked a group that was heavily biased toward one side, leaving the other side with almost no variety. The new fair method, however, successfully identified a mix that included candidates from both sides, ensuring that both the text and the image aspects of the group were diverse. In these controlled simulations, the new method achieved a significantly higher score for the weakest view compared to all other approaches, proving that it could effectively balance conflicting requirements.

While the method has been proven to work in these simulated environments, the author is careful to note that they have not yet tested it on real-world data in this specific report. They have outlined a detailed plan to apply this technique to a massive database of United States trademark records, which contain both logo images and the legal text descriptions filed by applicants. This real-world test would involve training a large language model to generate descriptions based on the selected logos. The researchers intend to release the specific data and code needed to run this test, but the actual results from the trademark data are not included in this version of the work. For now, the contribution is a robust mathematical framework and a solver that seeks a balanced selection in theory and in simulation, offering a new way to ensure that AI training data is truly representative of all the different ways information can be presented, without claiming a guaranteed approximation for the final discrete set.

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 →