<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter</id>
	<title>ISLAB/CAISR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter"/>
	<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Special:Contributions/Peter"/>
	<updated>2026-04-04T06:51:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Piglets_Detection_and_Counting_using_Deep_Neural_Networks&amp;diff=4014</id>
		<title>Piglets Detection and Counting using Deep Neural Networks</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Piglets_Detection_and_Counting_using_Deep_Neural_Networks&amp;diff=4014"/>
		<updated>2018-10-11T09:07:02Z</updated>

		<summary type="html">&lt;p&gt;Peter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Piglets Detection and Counting using Deep Neural Networks&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=Yolo: https://pjreddie.com/darknet/yolo/&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms.&lt;br /&gt;
|Supervisor=Peter Berck, Sepideh Pashami,&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Machine learning is being applied to all areas in society nowadays, and farming is no exception. Another are of deep learning which has gained a huge popularity the last years is image classification and object recognition. Better hardware and the availability of data has made the field of image processing the poster child for deep learning techniques.&lt;br /&gt;
&lt;br /&gt;
This project combines smart farming with object recognition and. Its aim is to detect and count piglets from camera images, using semi-supervised learning and transfer learning. The work will involve finding appropriately labelled training data, training a detection network, and applying the trained network to the unlabelled data from the webcams. &lt;br /&gt;
&lt;br /&gt;
This project needs to be done on-site at Sony in Lund (at least one day a week).&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Resolving_Class_Imbalance_using_Generative_Adversarial_Networks&amp;diff=4013</id>
		<title>Resolving Class Imbalance using Generative Adversarial Networks</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Resolving_Class_Imbalance_using_Generative_Adversarial_Networks&amp;diff=4013"/>
		<updated>2018-10-11T09:06:44Z</updated>

		<summary type="html">&lt;p&gt;Peter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Resolving Class Imbalance using Generative Adversarial Networks&lt;br /&gt;
|Keywords=GAN, neural networks, deep learning&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=NIPS 2016 Tutorial on GANs&lt;br /&gt;
https://arxiv.org/pdf/1701.00160.pdf&lt;br /&gt;
&lt;br /&gt;
Effective data generation for imbalanced learning using Conditional Generative Adversarial Networks&lt;br /&gt;
https://www.researchgate.net/publication/319672232_Effective_data_generation_for_imbalanced_learning_using_Conditional_Generative_Adversarial_Networks&lt;br /&gt;
&lt;br /&gt;
BAGAN: Data Augmentation with Balancing GAN&lt;br /&gt;
https://arxiv.org/abs/1803.09655&lt;br /&gt;
&lt;br /&gt;
InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets&lt;br /&gt;
https://arxiv.org/pdf/1606.03657.pdf&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms.&lt;br /&gt;
|Supervisor=Sepideh Pashami, Peter Berck&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Huge class imbalance can be a challenge for learning tasks. In such cases, different undersampling and oversampling techniques have been usually used to balance the dataset and compensate for the number of samples in minority class. In this thesis we would like to leverage Generative Adversarial Networks (GANs) for addressing the imbalances in data for classification tasks.  &lt;br /&gt;
&lt;br /&gt;
The student expect to perform literature review on GANs specifically different structures such as InfoGAN, Conditional GAN, Auxiliary classifier GANs. They should be able to implement and compare performances of different algorithms using different datasets. The student should be able to compare the results with other undersample and oversampling methods, e.g. SMOTE. Modification of standard approaches for classification task is encouraged. Finally, students should reflect on potential failures and limitations of the methods.&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Anomaly_Detection_on_Truck_Histograms&amp;diff=4012</id>
		<title>Anomaly Detection on Truck Histograms</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Anomaly_Detection_on_Truck_Histograms&amp;diff=4012"/>
		<updated>2018-10-11T09:06:16Z</updated>

		<summary type="html">&lt;p&gt;Peter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Anomaly Detection on Truck Histograms&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=Learning Low-Dimensional Representation of Bivariate Histogram Data&lt;br /&gt;
https://ieeexplore.ieee.org/abstract/document/8464276&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sepideh Pashami, Peter Berck&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
There are many bivariate histograms collected on-board of Volvo Trucks which accumulate information about the operation of the vehicles through time. Measuring the number of hours that a vehicle has a certain speed versus torque could be one example of these histograms. &lt;br /&gt;
&lt;br /&gt;
Early detection of anomalous behaviour could be important for improving safety and uptime. Anomalies behaviour can be caused by wear, failure or malfunctions of components in a vehicle. It can also be caused by usage pattern through life time of a vehicle. &lt;br /&gt;
&lt;br /&gt;
This thesis will investigate if a vehicle has been used as usual or in anomalous way by analysing bivariate histogram data. The comparison can be done based on history of an individual vehicle or group of vehicles.&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Anomaly_Detection_on_Truck_Histograms&amp;diff=4011</id>
		<title>Anomaly Detection on Truck Histograms</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Anomaly_Detection_on_Truck_Histograms&amp;diff=4011"/>
		<updated>2018-10-11T08:07:06Z</updated>

		<summary type="html">&lt;p&gt;Peter: Anomaly Detection on Truck Histograms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Anomaly Detection on Truck Histograms&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=Learning Low-Dimensional Representation of Bivariate Histogram Data&lt;br /&gt;
https://ieeexplore.ieee.org/abstract/document/8464276&lt;br /&gt;
&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sepideh Pashami, Peter Berck&lt;br /&gt;
}}&lt;br /&gt;
There are many bivariate histograms collected on-board of Volvo Trucks which accumulate information about the operation of the vehicles through time. Measuring the number of hours that a vehicle has a certain speed versus torque could be one example of these histograms. &lt;br /&gt;
&lt;br /&gt;
Early detection of anomalous behaviour could be important for improving safety and uptime. Anomalies behaviour can be caused by wear, failure or malfunctions of components in a vehicle. It can also be caused by usage pattern through life time of a vehicle. &lt;br /&gt;
&lt;br /&gt;
This thesis will investigate if a vehicle has been used as usual or in anomalous way by analysing bivariate histogram data. The comparison can be done based on history of an individual vehicle or group of vehicles.&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Piglets_Detection_and_Counting_using_Deep_Neural_Networks&amp;diff=4009</id>
		<title>Piglets Detection and Counting using Deep Neural Networks</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Piglets_Detection_and_Counting_using_Deep_Neural_Networks&amp;diff=4009"/>
		<updated>2018-10-10T14:57:03Z</updated>

		<summary type="html">&lt;p&gt;Peter: Created page with &amp;quot;{{StudentProjectTemplate |Summary=Piglets Detection and Counting using Deep Neural Networks |TimeFrame=Winter 2018, Spring 2019 |References=Yolo: https://pjreddie.com/darknet/...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Piglets Detection and Counting using Deep Neural Networks&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=Yolo: https://pjreddie.com/darknet/yolo/&lt;br /&gt;
&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms.&lt;br /&gt;
|Supervisor=Peter Berck, Sepideh Pashami, &lt;br /&gt;
}}&lt;br /&gt;
Machine learning is being applied to all areas in society nowadays, and farming is no exception. Another are of deep learning which has gained a huge popularity the last years is image classification and object recognition. Better hardware and the availability of data has made the field of image processing the poster child for deep learning techniques.&lt;br /&gt;
&lt;br /&gt;
This project combines smart farming with object recognition and. Its aim is to detect and count piglets from camera images, using semi-supervised learning and transfer learning. The work will involve finding appropriately labelled training data, training a detection network, and applying the trained network to the unlabelled data from the webcams. &lt;br /&gt;
&lt;br /&gt;
This project needs to be done on-site at Sony in Lund (at least one day a week).&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Resolving_Class_Imbalance_using_Generative_Adversarial_Networks&amp;diff=4008</id>
		<title>Resolving Class Imbalance using Generative Adversarial Networks</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Resolving_Class_Imbalance_using_Generative_Adversarial_Networks&amp;diff=4008"/>
		<updated>2018-10-10T14:54:26Z</updated>

		<summary type="html">&lt;p&gt;Peter: Created page with &amp;quot;{{StudentProjectTemplate |Summary=Resolving Class Imbalance using Generative Adversarial Networks |Keywords=GAN, neural networks, deep learning |TimeFrame=Winter 2018, Spring ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Resolving Class Imbalance using Generative Adversarial Networks&lt;br /&gt;
|Keywords=GAN, neural networks, deep learning&lt;br /&gt;
|TimeFrame=Winter 2018, Spring 2019&lt;br /&gt;
|References=NIPS 2016 Tutorial on GANs&lt;br /&gt;
https://arxiv.org/pdf/1701.00160.pdf&lt;br /&gt;
&lt;br /&gt;
Effective data generation for imbalanced learning using Conditional Generative Adversarial Networks&lt;br /&gt;
https://www.researchgate.net/publication/319672232_Effective_data_generation_for_imbalanced_learning_using_Conditional_Generative_Adversarial_Networks&lt;br /&gt;
&lt;br /&gt;
BAGAN: Data Augmentation with Balancing GAN&lt;br /&gt;
https://arxiv.org/abs/1803.09655&lt;br /&gt;
&lt;br /&gt;
InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets&lt;br /&gt;
https://arxiv.org/pdf/1606.03657.pdf&lt;br /&gt;
&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; python programming skills for implementing machine learning algorithms.&lt;br /&gt;
|Supervisor=Sepideh Pashami, Peter Berck&lt;br /&gt;
}}&lt;br /&gt;
Huge class imbalance can be a challenge for learning tasks. In such cases, different undersampling and oversampling techniques have been usually used to balance the dataset and compensate for the number of samples in minority class. In this thesis we would like to leverage Generative Adversarial Networks (GANs) for addressing the imbalances in data for classification tasks.  &lt;br /&gt;
&lt;br /&gt;
The student expect to perform literature review on GANs specifically different structures such as InfoGAN, Conditional GAN, Auxiliary classifier GANs. They should be able to implement and compare performances of different algorithms using different datasets. The student should be able to compare the results with other undersample and oversampling methods, e.g. SMOTE. Modification of standard approaches for classification task is encouraged. Finally, students should reflect on potential failures and limitations of the methods.&lt;/div&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
</feed>