RHEA: Reliability-Harmonized Reconstruction and Assignment for Robust Multimodal-Attributed Graph Clustering
RHEA is a robust multimodal-attributed graph clustering framework that enhances performance under noisy or missing attributes by estimating node-specific modality reliability through neighborhood consensus to guide adaptive fusion, representation reconstruction, and topology-aware clustering.
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 organize a massive, chaotic library where every book has two different cover stories: a written blurb on the back and a picture on the front. In the world of computer science, this is called a Multimodal-Attributed Graph. Think of the "graph" as a giant web of connections (like friends on social media or products bought together), and the "multimodal" part as those two different types of information (text and images) attached to every single node in that web. Scientists use these webs to group things together automatically—like finding communities of people who love the same music or sorting thousands of products into categories without a human having to read every label.
But here's the catch: in the real world, data is messy. Sometimes a book's picture is torn, blurry, or missing entirely. Sometimes the text is full of typos or nonsense. Most computer programs that try to organize these webs assume that every book's picture and text are equally perfect and trustworthy. They treat a blurry, corrupted image the same way they treat a crystal-clear one, which often leads to the whole sorting system getting confused and making mistakes. The big question researchers are trying to solve is: How can a computer figure out which pieces of information are reliable and which are junk, without anyone telling it the answers beforehand?
This is where a new method called RHEA (Reliability-Harmonized Reconstruction and Assignment) comes in. The researchers behind RHEA realized that in a connected web, your neighbors usually know what you're about. If you are a "science fiction" book, your neighbors are likely science fiction books too. So, if your picture is blurry but your neighbors' pictures are all clear and look like spaceships, the computer can guess that your picture is the problem, not the genre. RHEA uses this "neighborly gossip" to figure out which data is trustworthy and which is broken.
Instead of blindly trusting every piece of data, RHEA acts like a smart librarian who checks the crowd before making a decision. It looks at a node (a book) and asks, "Does your text match your neighbors? Does your picture match them?" If a node's data doesn't fit with the group, RHEA flags it as unreliable. Then, it does something clever: it doesn't just throw that bad data away. Instead, it "reconstructs" it by borrowing the clear, reliable information from the trustworthy neighbors. It essentially says, "Since your picture is ruined, let's use the average of your neighbors' pictures to guess what yours should look like."
Once the data is cleaned up and the unreliable bits are fixed, RHEA uses a special mathematical tool called "optimal transport" to sort everything into groups. Think of this like moving furniture into rooms; RHEA makes sure that the heavy, reliable pieces of information (the clear pictures and text) carry more weight in deciding which room a book belongs in, while the lighter, reconstructed pieces carry less weight. This ensures that the final groups are accurate even if some of the original data was terrible.
The researchers tested RHEA on four different real-world datasets, including social networks and e-commerce catalogs, under five different conditions ranging from perfect data to heavily corrupted data. They found that RHEA consistently outperformed the best existing methods. The more messy the data got, the bigger the advantage RHEA had. In fact, when they artificially corrupted the data to test it, RHEA was able to detect the corruption with over 95% accuracy, proving that its "neighborly gossip" method is a very effective way to spot and fix bad information. By learning to trust the crowd and repair the broken parts, RHEA makes it possible to organize complex, messy data much more reliably than ever before.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.