This article has been reviewed according to Science X's editorial process and policies. Editors have highlighted the following attributes while ensuring the content's credibility:

fact-checked

peer-reviewed publication

trusted source

proofread

New algorithm improves bipartite matching by mimicking nervous system

AI algorithm
Credit: Pixabay/CC0 Public Domain

When you ask a rideshare app to find you a car, the company's computers get to work. They know you want to reach your destination quickly. They know you're not the only user who needs a ride. And they know drivers want to minimize idle time by picking up someone nearby. The computer's job, says Cold Spring Harbor Laboratory Associate Professor Saket Navlakha, is to pair drivers with riders in a way that maximizes everyone's happiness.

Computer scientists like Navlakha call this bipartite matching. It's the same task handled by systems pairing with transplant candidates, with residency programs, and advertisers with ad slots. As such, it's the subject of intense study.

"This is probably one of the 10 most famous problems in computer science," says Navlakha.

Now, he's found a way to do it better by taking a cue from biology. Navlakha recognized a bipartite matching problem in the wiring of the nervous system. In adult animals, each of the body's muscle fibers is paired with exactly one neuron that controls its movement. However, early in life, every fiber is targeted by many neurons. To get an animal moving efficiently, excess connections must be pruned. So, which matches are made to last?

The nervous system has an efficient solution. Navlakha explains that neurons initially connected to the same compete against each other to maintain their match, using neurotransmitters as "bidding" resources. Neurons that lose this biological auction can take their neurotransmitters and bid on other fibers. This way, every neuron and fiber eventually winds up with a partner.

The nervous system's matchmaker
This schematic illustrates how the body's motor neurons and muscle fibers are connected before (left) and after (right) developmental pruning. "Each blob corresponds to a motor unit," Navlakha explains. "Small motor units are highly active, are recruited first during muscle contraction (because their neurons have low firing thresholds), and provide a small force. Large motor units are less active, are recruited last (since their neurons have large firing thresholds), and provide stronger forces." Credit: Navlakha lab/Cold Spring Harbor Laboratory

Navlakha devised a way to implement this matching strategy outside the . "It's a simple algorithm," he says. "It's only two equations. One is the competition between neurons connected to the same fiber, and two is the reallocation of resources." The work has been published in Proceedings of the National Academy of Sciences .

Tested against the best bipartite matching programs out there, the neuroscience-inspired algorithm performs very well. It creates near-optimal pairings and leaves fewer parties unmatched. In everyday applications, that could mean shorter wait times for rideshare passengers and fewer hospitals without medical residents.

Navlakha points out another advantage. The new algorithm preserves privacy. Most bipartite matching systems require that pertinent information be relayed to a central server for processing. But in many cases—from online auctions to donor organ matching—a distributed approach may be preferred. With countless potential applications, Navlakha hopes others will adapt the new for tools of their own.

"It's a great example of how studying neural circuits can reveal new algorithms for important AI problems," he adds.

More information: Navlakha, Saket, A neural algorithm for computing bipartite matchings, Proceedings of the National Academy of Sciences (2024). DOI: 10.1073/pnas.2321032121. doi.org/10.1073/pnas.2321032121

Citation: New algorithm improves bipartite matching by mimicking nervous system (2024, September 2) retrieved 2 September 2024 from https://techxplore.com/news/2024-09-algorithm-bipartite-mimicking-nervous.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no part may be reproduced without the written permission. The content is provided for information purposes only.

Explore further

Deciphering behavior algorithms used by ants and the internet

0 shares

Feedback to editors