<?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>avalanches &#8211; ETH Ambassadors</title>
	<atom:link href="https://ethambassadors.ethz.ch/tag/avalanches/feed/" rel="self" type="application/rss+xml" />
	<link>https://ethambassadors.ethz.ch</link>
	<description>Stories from around the Globe</description>
	<lastBuildDate>Thu, 04 Dec 2025 09:00:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://ethambassadors.ethz.ch/wp-content/uploads/2021/06/cropped-AEF1859-Kopie-scaled-1-32x32.jpg</url>
	<title>avalanches &#8211; ETH Ambassadors</title>
	<link>https://ethambassadors.ethz.ch</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bringing Computer Vision to Avalanche Detection</title>
		<link>https://ethambassadors.ethz.ch/2025/12/02/automatic-avalanche-detection/</link>
		
		<dc:creator><![CDATA[Felix Breuer]]></dc:creator>
		<pubDate>Tue, 02 Dec 2025 09:00:00 +0000</pubDate>
				<category><![CDATA[ETH Studios]]></category>
		<category><![CDATA[avalanches]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[SLF Davos]]></category>
		<guid isPermaLink="false">https://ethambassadors.ethz.ch/?p=10379</guid>

					<description><![CDATA[At SLF Davos, in a uniquely applied research environment distinct from ETH Zurich, Felix Breuer applied computer vision and machine learning to detect avalanches in webcam images.]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div>
<p>Last fall I had the chance to do an internship in the Alpine Remote Sensing group at <a href="https://www.slf.ch/en/" target="_blank" rel="noopener">SLF Davos</a>, the snow and avalanche research institute. I had just completed two years of the Computer Science Bachelor and wanted to try something new. Throughout my internship, I worked on automatically detecting and classifying avalanches in RGB webcam images. This work aims at improving avalanche monitoring by leveraging computer vision techniques, making it easier to identify hazardous conditions in real time. <em>(RGB cameras are designed specifically to capture visible light. They create images that replicate human vision, capturing light in red, green and blue wavelengths (RGB) for accurate color representation.)</em></p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="768" height="1024" src="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-768x1024.jpg" alt="" class="wp-image-10389" srcset="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-768x1024.jpg 768w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-225x300.jpg 225w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-1152x1536.jpg 1152w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-1536x2048.jpg 1536w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-512x683.jpg 512w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-1280x1707.jpg 1280w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-1320x1760.jpg 1320w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture2-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">The main entrance of the SLF. Photo credits: Felix Breuer</figcaption></figure>



<p>Pia Ruttner-Jansen, who supervised me during my project at SLF, works on capturing fine-grained snow-depth distributions using automated measurement stations. This data is a valuable input for assessing avalanche risk. With higher precision, preventative measures such as road closures can be shorter, more targeted, and ultimately improve safety while reducing downtime. Each station is installed high in the mountains, directly facing a slope and equipped with LiDAR sensors. Although this type of sensor produces noisier data than commercial laser sensors, it is far more affordable, making it possible to deploy multiple stations at strategic locations.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="718" src="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-1024x718.png" alt="" class="wp-image-10391" srcset="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-1024x718.png 1024w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-300x210.png 300w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-768x539.png 768w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-1536x1077.png 1536w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-512x359.png 512w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-1280x898.png 1280w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4-1320x926.png 1320w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture4.png 1838w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">One of the measurement stations. Photo credits: Pia Ruttner-Jansen</figcaption></figure>



<p>Apart from a LiDAR sensor each measurement station also has an RGB camera that is set up to take a photo every hour. While not directly used to compute snow-depth distributions these images provide an additional, underutilised stream of data. The goal of my project was to use this data to automatically detect new avalanches and reduce the time spent manually clicking through images. In addition to learning about different types of avalanches and labeling images my work mainly involved experimenting with different computer vision approaches. Two major challenges were using a noisy dataset with only a small amount of unique avalanche events and choosing a suitable task that is useful for solving the problem while allowing for the use of already labeled data.</p>



<p>SLF has a truly unique working culture: when it first started snowing, the head of the institute sent out an email to celebrate this with free chocolate for everyone. Many PhD students have “Jochdienst” instead of teaching duty. In a weekly rotation, they take snow measurements up at Weissfluhjoch at 7:30 a.m. whatever the weather. Fascinatingly, it is the only place at this height on earth where there have been continuous daily measurements of fresh snow and snow depth for more than 80 years!<br></p>



<figure class="wp-block-image size-large"><img decoding="async" width="768" height="1024" src="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-768x1024.jpg" alt="" class="wp-image-10390" srcset="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-768x1024.jpg 768w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-225x300.jpg 225w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-1152x1536.jpg 1152w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-1536x2048.jpg 1536w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-512x683.jpg 512w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-1280x1707.jpg 1280w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-1320x1760.jpg 1320w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture3-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Minimalist and functional! Photo credits: Felix Breuer</figcaption></figure>



<p>I found it very refreshing to experience a new environment. At ETH, I would usually mostly interact with other Computer Science students. Instead, the people I met at SLF had a background in Geomatics, Geology, Electrical or Mechanical Engineering, and worked on various problems such as mapping avalanches, studying avalanche dynamics or detecting cracks in borehole images. Everyone was super nice and helpful. The amazing cafeteria constituted a great way to chat with others and find out what they are working on.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="768" height="1024" src="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-768x1024.jpg" alt="" class="wp-image-10388" srcset="https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-768x1024.jpg 768w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-225x300.jpg 225w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-1152x1536.jpg 1152w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-1536x2048.jpg 1536w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-512x683.jpg 512w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-1280x1707.jpg 1280w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-1320x1760.jpg 1320w, https://ethambassadors.ethz.ch/wp-content/uploads/2025/11/picture1-1-scaled.jpg 1920w" sizes="auto, (max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Being greeted by the rising sun on the train ride to Davos. Photo credits: Felix Breuer</figcaption></figure>



<h2 class="wp-block-heading"><strong>ETH Studios</strong></h2>



<p>ETH Studios are global innovation outposts where ETH students tackle real-world challenges alongside companies, researchers, and startups. Whether in <a href="https://ethz.ch/en/the-eth-zurich/global/network/eth-studios/eth-studio-new-york.html" target="_blank" rel="noopener">New York</a>, <a href="https://ethz.ch/en/the-eth-zurich/global/network/eth-studios/eth-studio-heilbronn.html" target="_blank" rel="noopener">Heilbronn</a>, <a href="https://ethz.ch/en/the-eth-zurich/global/network/eth-studios/eth-studio-davos.html" target="_blank" rel="noopener">Davos</a>, or at the experimental <a href="https://ethz.ch/en/the-eth-zurich/global/network/eth-studios/eth-studio-x.html" target="_blank" rel="noopener">StudioX</a>, students gain entrepreneurial and interdisciplinary experience while contributing to sustainable and tech-driven solutions.</p>



<p>Contact Francesca Caggiula at <a href="mailto:eth-studios@ethz.ch">eth-studios@ethz.ch</a> if you are interested in more information on and about the ETH Studios.<br></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
