<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Multi-objective multitasking optimization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/multi-objective-multitasking-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 17:05:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Multi-objective multitasking optimization &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Algorithm Tames Negative Transfer in Multi-Objective Multitasking Optimization</title>
		<link>https://scienmag.com/new-algorithm-tames-negative-transfer-in-multi-objective-multitasking-optimization/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 17:05:41 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[accelerated convergence through multitasking]]></category>
		<category><![CDATA[evolutionary algorithms]]></category>
		<category><![CDATA[evolutionary computation]]></category>
		<category><![CDATA[inter-task knowledge exploitation]]></category>
		<category><![CDATA[interrelated real-world optimization problems]]></category>
		<category><![CDATA[K-means clustering]]></category>
		<category><![CDATA[knowledge transfer]]></category>
		<category><![CDATA[knowledge transfer in machine learning]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[manifold learning]]></category>
		<category><![CDATA[manifold learning in optimization]]></category>
		<category><![CDATA[mitigating harmful information sharing]]></category>
		<category><![CDATA[Multi-objective multitasking optimization]]></category>
		<category><![CDATA[multi-objective optimization]]></category>
		<category><![CDATA[multi-task evolutionary algorithms]]></category>
		<category><![CDATA[multifactorial evolution concepts]]></category>
		<category><![CDATA[multitasking optimization]]></category>
		<category><![CDATA[negative transfer]]></category>
		<category><![CDATA[negative transfer in evolutionary algorithms]]></category>
		<category><![CDATA[optimization algorithms]]></category>
		<category><![CDATA[optimization in logistics and scheduling]]></category>
		<category><![CDATA[Pareto front]]></category>
		<category><![CDATA[simultaneous problem-solving in engineering design]]></category>
		<category><![CDATA[transfer learning]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196755</guid>

					<description><![CDATA[Researchers at Yanshan University have developed a multi-objective multitasking optimization algorithm that uses adaptive knowledge transfer and manifold learning to suppress negative transfer between related optimization tasks.]]></description>
										<content:encoded><![CDATA[<p>Optimization problems rarely exist in isolation. In engineering design, logistics, scheduling, and machine learning, teams of related problems often need to be solved at the same time, and the solutions to one can hold valuable clues for another. A research team at Yanshan University in Qinhuangdao, China, has now introduced a new algorithm that exploits those clues more intelligently than before, using ideas borrowed from manifold learning to decide exactly which knowledge should travel between tasks and which should stay home. The work, published in the International Journal of Machine Learning and Cybernetics, addresses one of the most persistent obstacles in evolutionary multitasking: the risk that sharing information between problems does more harm than good.</p>
<p>The field of evolutionary multitasking grew out of the recognition that many real-world optimization tasks are interrelated. Rather than running a separate evolutionary algorithm for every problem, multitasking algorithms solve several tasks simultaneously within a single framework, allowing candidate solutions to migrate between task-specific populations. When the tasks are similar, this exchange can dramatically accelerate convergence, because a solution that performs well on one problem may already be halfway to a good solution on another. The foundational work on multifactorial evolution by Gupta, Ong, and Feng in 2016 demonstrated the promise of this approach, and a growing body of research has since refined how knowledge moves between tasks.</p>
<p>The catch is negative transfer. When two tasks differ substantially in the structure of their search spaces or the shape of their objective functions, blindly importing solutions from a source task can pull a target population away from its own promising regions. The result is wasted computational effort and, in the worst cases, worse final solutions than a task would achieve on its own. Researchers have proposed a variety of remedies, from adaptive transfer probabilities based on population distribution statistics to explicit mapping techniques that translate solutions between task domains. The new algorithm, called MOMFEA-MTL, combines two complementary mechanisms to attack the problem from both directions: deciding when to transfer, and deciding how to transfer.</p>
<p>The first mechanism is an adaptive knowledge transfer strategy that continuously monitors the historical evolution of each population. Instead of fixing the probability that a solution crosses from one task to another, the algorithm adjusts that probability dynamically based on how well past transfers have served the target task. If incoming solutions have recently improved the target population&#8217;s performance, the transfer probability rises; if they have degraded it, the probability falls. This feedback loop suppresses negative transfer without requiring any prior knowledge of how similar the tasks are, which is precisely the information that is hardest to obtain in practical settings where the geometry of the search landscape is unknown.</p>
<p>The second mechanism tackles the question of how solutions should be transformed when they do cross between tasks. Naive approaches simply copy decision variables from one task&#8217;s representation to another, an operation that only makes sense when the tasks share a common search space structure. MOMFEA-MTL instead constructs a mapping matrix using a manifold transfer method, an approach rooted in the observation that high-dimensional data often lie on or near a low-dimensional manifold. By learning a transformation that preserves the intrinsic geometric structure of the source population while aligning it with the target task&#8217;s distribution, the algorithm can move solutions across task boundaries in a way that respects the underlying shape of each problem&#8217;s search space.</p>
<p>Selecting which solutions deserve the cost of this transformation is handled by a K-means solution selection strategy. Clustering the population into groups and choosing representative solutions from those clusters ensures that the transferred knowledge captures the diversity of the source task rather than a narrow sample of its best-performing region. This matters because multi-objective optimization does not seek a single best solution but an entire Pareto front of trade-off solutions, and preserving spread across the front is as important as pushing toward it. Once selected, the solutions are mapped from the source task to the target task, where they join the target population and accelerate its evolution.</p>
<p>The combination is designed for multi-objective multitasking problems, where each task involves optimizing several conflicting objectives simultaneously. This setting compounds the difficulty of knowledge transfer: not only must solutions be useful, but the distribution of trade-offs must also remain balanced. The authors position their approach within the broader lineage of multiobjective multifactorial optimization, building on the original MO-MFEA framework and its successors such as MO-MFEA-II, which introduced cognizant multitasking, and on explicit transfer methods like those based on autoencoding and transfer component analysis. Manifold transfer learning itself has precedent in dynamic multiobjective optimization, where it was used to predict how Pareto sets shift as problems change over time; the new work adapts the idea to the multitasking setting, where the shift is between tasks rather than between time steps.</p>
<p>To evaluate the method, the team ran experiments on nine classical multi-objective multitasking test functions, comparing MOMFEA-MTL against established baselines from the literature. The results showed that the proposed algorithm achieved competitive performance across the benchmark suite, with the adaptive transfer strategy and manifold-based mapping working together to deliver gains where task relatedness could be exploited while limiting damage where it could not. The authors report that the algorithm demonstrates good competitiveness on the test problems, supporting the central claim that combining adaptive transfer control with structure-preserving mapping is an effective recipe for multitasking optimization.</p>
<p>The practical implications extend beyond benchmarks. Evolutionary multitasking has already been applied to problems such as vehicle routing with occasional drivers, sparse reconstruction, multi-task learning for modular learning machines, and, notably by members of the same group, the optimization of steel rolling schedules in industrial production. In each of these domains, multiple related optimization problems arise naturally, and the cost of solving them one at a time is substantial. An algorithm that can reliably harvest the similarities between tasks while shielding itself from their differences could translate into measurable savings in computation time and solution quality, particularly for expensive simulations where each function evaluation carries real cost.</p>
<p>The research also contributes to a conceptual shift in how the field thinks about transfer itself. Early multitasking algorithms treated knowledge transfer as a fixed structural feature, with a constant probability of inter-task mating or a static mapping between search spaces. The trend, exemplified by self-regulated multitasking, adaptive transfer based on population distributions, and transfer rank methods, is toward algorithms that learn from their own experience which transfers help. MOMFEA-MTL fits squarely in this tradition, adding the geometric perspective of manifold learning to the toolkit. As optimization problems in industry and science grow larger and more entangled, the ability to solve many tasks at once, safely and efficiently, may prove to be one of evolutionary computation&#8217;s most valuable exports, and this work offers a carefully engineered step in that direction.</p>
<p><strong>Subject of Research:</strong> A multi-objective multitasking evolutionary optimization algorithm using adaptive knowledge transfer and manifold transfer learning to mitigate negative transfer.</p>
<p><strong>Article Title:</strong> Multi-objective multitasking optimization based on manifold transfer learning</p>
<p><strong>Article References:</strong> Zhang, K., Cheng, Y., Wang, S., Sun, H., Wei, L., &amp; Hu, Z. (2026). Multi-objective multitasking optimization based on manifold transfer learning. <em>International Journal of Machine Learning and Cybernetics, 17</em>(9), Article 458. <a href="https://doi.org/10.1007/s13042-026-03300-4" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03300-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03300-4" rel="noopener noreferrer">10.1007/s13042-026-03300-4</a></p>
<p><strong>Keywords:</strong> evolutionary computation, multitasking optimization, multi-objective optimization, knowledge transfer, manifold learning, negative transfer, Pareto front, K-means clustering, evolutionary algorithms, transfer learning, optimization algorithms, machine learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196755</post-id>	</item>
	</channel>
</rss>
