<?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>computer vision in sports &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/computer-vision-in-sports/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 21:24:15 +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>computer vision in sports &#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>Seeing soccer strategy: GAF images and convolutional LSTM predict match tactics</title>
		<link>https://scienmag.com/seeing-soccer-strategy-gaf-images-and-convolutional-lstm-predict-match-tactics/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 21:24:10 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[abstract art visualization of soccer tactics]]></category>
		<category><![CDATA[AI-based soccer strategy classification]]></category>
		<category><![CDATA[AI-based soccer tactics analysis]]></category>
		<category><![CDATA[AI-driven sports strategy classification]]></category>
		<category><![CDATA[computer vision in sports]]></category>
		<category><![CDATA[computer vision in sports analytics]]></category>
		<category><![CDATA[convolutional LSTM for match outcome forecasting]]></category>
		<category><![CDATA[deep learning for sports prediction]]></category>
		<category><![CDATA[deep learning for sports strategy]]></category>
		<category><![CDATA[early prediction of match outcomes]]></category>
		<category><![CDATA[early prediction of match results]]></category>
		<category><![CDATA[Gramian Angular Field in sports analytics]]></category>
		<category><![CDATA[Gramian Angular Field in sports data visualization]]></category>
		<category><![CDATA[machine learning in football match analysis]]></category>
		<category><![CDATA[machine learning pipeline for soccer tactics]]></category>
		<category><![CDATA[predictive modeling in football matches]]></category>
		<category><![CDATA[predictive modeling of soccer game results]]></category>
		<category><![CDATA[Soccer match tactical analysis]]></category>
		<category><![CDATA[Soccer match tactical prediction]]></category>
		<category><![CDATA[sports analytics using abstract art visualization]]></category>
		<category><![CDATA[sports data transformation with neural networks]]></category>
		<category><![CDATA[sports event data transformation into images]]></category>
		<category><![CDATA[sports event data visualization]]></category>
		<guid isPermaLink="false">https://scienmag.com/seeing-soccer-strategy-gaf-images-and-convolutional-lstm-predict-match-tactics/</guid>

					<description><![CDATA[In a development that sits at the unlikely intersection of computer vision, sports analytics and deep learning, researchers have shown that the tactical story of a soccer match can be transformed into something that looks like abstract art and then read by an artificial intelligence with remarkable predictive power. Saif Ur Rehman Khan of the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that sits at the unlikely intersection of computer vision, sports analytics and deep learning, researchers have shown that the tactical story of a soccer match can be transformed into something that looks like abstract art and then read by an artificial intelligence with remarkable predictive power. Saif Ur Rehman Khan of the German Research Center for Artificial Intelligence (DFKI), Sajib Mistry of Curtin University in Australia, and Novarun Deb of the University of Calgary in Canada have developed a machine learning pipeline that converts raw match event data into images using a mathematical technique known as the Gramian Angular Field, and then feeds those images into a convolutional long short-term memory network to classify a team&#8217;s strategy as being on a winning or losing trajectory. The work, published in Neural Computing and Applications, reports that the system correctly forecast game outcomes for the Italian giants Juventus in 83 percent of cases and for AC Milan in 67 percent of cases, and that meaningful predictions can be made as early as the sixtieth minute of a match.</p>
<p>The central insight behind the study is a conceptual translation rather than a new algorithm in isolation. Traditional models of soccer performance treat match data as a multivariate time series, a stream of numbers representing passes, shots, fouls, positions and other events unfolding minute by minute. Convolutional neural networks, the engines behind most modern image recognition breakthroughs, are extraordinarily good at extracting spatial patterns from images but cannot directly consume such numerical streams. The researchers sidestepped this mismatch by encoding the multivariate time series into a two-dimensional visual representation. In a Gramian Angular Field transformation, each data point in the series is rescaled and converted into an angle, and then every possible pair of points is combined through trigonometric operations to fill a matrix whose rows and columns correspond to time. The result is a symmetric, texture-rich image in which the passage of the match is expressed as pictorial structure. Periods of tactical coherence appear as smooth, regular patterns, while chaotic stretches of play manifest as turbulent, high-frequency textures. In effect, the model sees the match.</p>
<p>The data underlying the experiment comes from the 2018 event stream dataset of the Italian League, a public collection of spatio-temporal match events that has become a benchmark resource for computational soccer research. Every touch, pass, duel, shot and foul is recorded with a timestamp and a location on the pitch, producing a dense multivariate signal for each team in each game. Rather than predicting isolated outcomes such as win or loss from static summary statistics, the authors&#8217; model learns to read the evolving shape of a team&#8217;s play and classify whether the strategy being executed at a given moment is trending toward victory or defeat. This framing is important because it reframes prediction as a form of live strategy assessment, closer to what a coaching staff might want from an analytics dashboard than to the pre-match forecasting offered by bookmakers and traditional statistical models.</p>
<p>The architecture doing the reading is a convolutional long short-term memory network, or ConvLSTM, a hybrid design that first appeared in the atmospheric sciences, where it was used to forecast precipitation by treating radar maps as a sequence of images. ConvLSTM combines two powerful ideas. The convolutional component applies learned filters across the image grid, detecting local visual motifs much like the filters in any image classification network. The LSTM component, a form of recurrent neural network equipped with memory gates that regulate what information is retained and what is discarded, processes the sequence of these images over time, capturing how the visual signature of a team&#8217;s play evolves from the first whistle to the last. The gates of an LSTM allow the network to maintain information across long time horizons while mitigating the vanishing gradient problems that plague simple recurrent architectures, which makes the model well suited to a sport in which tactical patterns can build gradually over an hour of play before culminating in a decisive moment.</p>
<p>In training and evaluation, the model ingested GAF-transformed representations of each match as a temporal sequence of images and learned to associate particular visual trajectories with winning or losing outcomes. The results varied with the strength and stylistic consistency of the teams studied. For Juventus, the club that dominated Italian soccer in the late 2010s, the model achieved an accuracy of 83 percent, suggesting that the Turin side&#8217;s tactical identity left a distinctive and learnable imprint on the transformed images. For AC Milan, the accuracy of 67 percent, while well above chance, hints that the model&#8217;s power depends on how reproducible a team&#8217;s winning patterns are. The difference itself is scientifically informative, because it indicates that the visual fingerprints of strategy are not universal abstractions but club-specific signatures that the network must learn for each side.</p>
<p>Perhaps the most practically significant finding is the temporal one. The authors report that the system can deliver reliable predictions from the sixtieth minute onward, meaning that roughly two-thirds of the way through a match, the visual signature of a team&#8217;s play already encodes enough information to forecast the outcome with substantial confidence. In a professional context, this opens the door to genuinely real-time decision support. A tactical analyst watching a live feed could, in principle, receive an assessment from the model indicating whether the current strategy is trending toward success or failure, and a coaching staff could respond with substitutions or formation changes while there is still time for those interventions to matter. This moves sports analytics from retrospective performance review into the realm of in-game intelligence, a shift that could reshape how technical areas operate.</p>
<p>The methodology also has implications beyond the touchline. The Gramian Angular Field encoding is a general-purpose technique for converting any multivariate time series into an image, and the authors position their work within a growing literature that exploits this trick across domains, from finance to hydrology to medical signal analysis. By demonstrating that the approach works on the noisy, adversarial, high-dimensional environment of professional soccer, the study strengthens the case that image-based representations of time series can capture dynamics that conventional feature engineering misses. Soccer is a particularly demanding testbed: the data is irregular, the underlying strategies are hidden from direct observation, and the outcome depends on interactions between two adaptive opponents, each of which is trying to suppress the other&#8217;s patterns.</p>
<p>The study builds on a body of research that has steadily advanced computational soccer analysis. Earlier work has applied network science to passing structures, measured spatial and temporal entropy in league-wide event data, and used neural networks to predict match winners from more conventional feature sets. Reviews of machine learning in soccer have documented a rapid expansion of techniques, and dedicated models such as recurrent architectures trained on event streams have produced competitive results. What distinguishes the new work is the specific marriage of image transformation with sequential deep learning. Where prior approaches either flattened time into static features or processed raw sequences without spatial structure, the GAF-plus-ConvLSTM combination preserves both the spatial texture of multivariate events and the temporal ordering of the match, giving the network access to a richer representation than either dimension alone could provide.</p>
<p>The authors are transparent about the collaborative nature of the project, acknowledging that the majority of the experiments were carried out by two undergraduate students, Darsh Patel and Het Patel, during a summer internship under the supervision of Dr. Novarun Deb at IIIT Vadodara in India. The research received no dedicated funding, and the authors declare no competing financial interests. Data from the study will be made available on request, a policy that should facilitate replication and extension by other groups interested in visual representations of sports data. The interdisciplinary authorship, spanning artificial intelligence research in Germany, electrical and software engineering in Canada, and computing in Australia, reflects the increasingly international character of sports analytics as a research field.</p>
<p>Whether this technology finds its way into actual dugouts remains to be seen, and the study is candid that its predictions arrive late enough in a match that their value for live intervention, while real, is bounded by the sixty-minute threshold. There are also broader questions about generalization: a model trained on one league and two flagship clubs may need substantial retraining to read the tactical dialects of other teams and competitions, and the inherent unpredictability of soccer sets a ceiling on what any model can achieve. Still, the core demonstration stands. A soccer match, expressed as a sequence of Gramian Angular Field images and read by a convolutional LSTM, is not merely noise; it is a legible document, and machines are learning to read it. As clubs continue to invest heavily in data science departments, techniques like this one, which turn the chaotic flow of play into analyzable structure, are likely to move from academic papers to training-ground software, changing how the world&#8217;s most popular sport is understood, coached and, ultimately, played.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Predicting live soccer team strategies and match outcomes using Gramian Angular Field image transformations of event stream data and a convolutional LSTM network</p>
<p><strong>Article Title:</strong> Visualizing victory: employing GAF-transformed images and convolutional LSTM to predict soccer game strategies</p>
<p><strong>Article References:</strong> Khan, S. U. R., Mistry, S., &amp; Deb, N. (2026). Visualizing victory: employing GAF-transformed images and convolutional LSTM to predict soccer game strategies. <em>Neural Computing and Applications, 38</em>(17), Article 729. <a href="https://doi.org/10.1007/s00521-026-12452-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12452-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12452-x" target="_blank" rel="noopener noreferrer">10.1007/s00521-026-12452-x</a></p>
<p><strong>Keywords:</strong> live soccer analysis, Gramian Angular Field, convolutional LSTM, event stream data, image classification, neural network, match outcome prediction, team strategy, sports analytics, deep learning</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192905</post-id>	</item>
		<item>
		<title>Predicting Fouls Using Soccer Broadcast Pose Estimation</title>
		<link>https://scienmag.com/predicting-fouls-using-soccer-broadcast-pose-estimation/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 08:12:18 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced algorithms for foul detection]]></category>
		<category><![CDATA[artificial intelligence in sports analytics]]></category>
		<category><![CDATA[broadcast video analysis for sports]]></category>
		<category><![CDATA[computer vision in sports]]></category>
		<category><![CDATA[deep learning in sports technology]]></category>
		<category><![CDATA[machine learning for soccer]]></category>
		<category><![CDATA[officiating accuracy in soccer]]></category>
		<category><![CDATA[player movement analysis in soccer]]></category>
		<category><![CDATA[pose estimation techniques in soccer]]></category>
		<category><![CDATA[real-time game analysis]]></category>
		<category><![CDATA[soccer foul prediction]]></category>
		<category><![CDATA[video analysis of soccer matches]]></category>
		<guid isPermaLink="false">https://scienmag.com/predicting-fouls-using-soccer-broadcast-pose-estimation/</guid>

					<description><![CDATA[In recent years, the integration of artificial intelligence into sports analytics has rapidly revolutionized how we dissect game play and predict outcomes. A groundbreaking study conducted by Fang, Yeung, and Fujii delves into the realm of soccer, exploring the nuances of foul prediction using estimated player poses derived from broadcast video footage. This innovative approach [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In recent years, the integration of artificial intelligence into sports analytics has rapidly revolutionized how we dissect game play and predict outcomes. A groundbreaking study conducted by Fang, Yeung, and Fujii delves into the realm of soccer, exploring the nuances of foul prediction using estimated player poses derived from broadcast video footage. This innovative approach highlights the potential of machine learning and computer vision technologies to redefine our understanding of in-game dynamics and officiating.</p>
<p>Soccer, as one of the world&#8217;s most popular sports, is characterized by its fast-paced nature and complex play sequences. Analyzing player movements and decisions made by referees in real-time is a challenge that many researchers and technologists have taken on. This study aims to bridge the gap by employing advanced algorithms that can parse video data to predict fouls with greater accuracy than traditional methods.</p>
<p>One of the crucial aspects of the study is the development and application of pose estimation techniques. The researchers utilized state-of-the-art computer vision frameworks to accurately detect and track player positions and movements during the match. By harnessing deep learning methodologies, the system can recognize multiple players simultaneously, capturing their specific movements, stances, and interactions with one another and the ball.</p>
<p>The concept of pose estimation is central to this research. Essentially, it allows for the extraction of detailed human body posture and configuration from images or video frames. This capability is particularly relevant in soccer, where the physical engagement between players can lead to fouls—ranging from minor infractions to serious penalties. The study&#8217;s authors aimed to train their algorithms to understand these nuances and predict possible foul scenarios based on the visual data.</p>
<p>Additionally, differentiating between types of fouls based on player movements presents a significant challenge. The research addresses this by implementing a classification strategy that not only considers the physical contact between players but also incorporates the context surrounding those interactions. Such contextual awareness enhances the predictability of fouls, allowing for a more nuanced understanding of the game dynamics.</p>
<p>The findings of this study have broader implications beyond just foul prediction. They contribute to the burgeoning field of automated sports analysis, opening avenues for coaches, analysts, and players to gain insights into player performances and tactical efficiency. Moreover, these techniques could enhance referee training by providing data-driven assessments of decision-making processes during games.</p>
<p>One noteworthy outcome of Fang et al.&#8217;s research is its potential impact on game officiating. Currently, referees rely largely on their intuition, experience, and the limited perspectives available to them on the field. However, by integrating machine learning models with real-time video feeds, officials could receive support in making more informed decisions regarding foul calls, potentially reducing the number of contentious decisions made during matches.</p>
<p>As researchers continue to push the envelope in sports technology, one might wonder how this will affect the integrity and flow of the game. The authors of the study advocate for a collaborative approach, where technology aids rather than replaces human decision-making. This partnership between human officials and AI could ultimately enrich the spectator experience, increasing engagement and satisfaction during matches.</p>
<p>Looking to the future, the application of foul prediction systems could extend beyond soccer. Many sports involve complex interactions between players, making computer vision an invaluable tool across various disciplines. From basketball to hockey, the principles outlined in Fang and colleagues’ study could provide a framework for enhancing officiating processes in those sports as well.</p>
<p>In conclusion, the exploration of foul prediction through pose estimation represents a pivotal advancement in sports technology and analytics. Fang, Yeung, and Fujii&#8217;s study underscores the transformative potential of machine learning and its ability to dissect the intricate nature of athletic competition. As this technology evolves, the synergy between human expertise and computational power could redefine the future of sports officiating.</p>
<p>With the ongoing advancements in this field, it is exciting to envision a future where every moment and decision on the field is captured and analyzed, further enhancing our understanding and appreciation of sports. Foul prediction may just be the beginning; the possibilities are limitless as technology continues to intersect with athletics, paving the way for a new era in sports engagement and analysis.</p>
<p>By embracing these innovations, we are not only seeking to improve outcomes on the field but also fostering a deeper connection between fans, players, and the game itself. As we look ahead, it is clear that the fusion of AI and sports will lead to unprecedented experiences and insights for everyone involved in this beautiful game.</p>
<p><strong>Subject of Research</strong>: Foul prediction utilizing pose estimation from soccer broadcast video.</p>
<p><strong>Article Title</strong>: Foul prediction with estimated poses from soccer broadcast video.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Fang, J., Yeung, C. &#038; Fujii, K. Foul prediction with estimated poses from soccer broadcast video. <i>Sports Eng</i> <b>28</b>, 33 (2025). https://doi.org/10.1007/s12283-025-00515-6</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1007/s12283-025-00515-6</p>
<p><strong>Keywords</strong>: soccer, foul prediction, pose estimation, machine learning, computer vision, sports analytics, officiating technology.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72885</post-id>	</item>
	</channel>
</rss>
