scispace - formally typeset
Search or ask a question
Author

Juha Röning

Bio: Juha Röning is an academic researcher from University of Oulu. The author has contributed to research in topics: Mobile robot & Robot. The author has an hindex of 27, co-authored 326 publications receiving 3020 citations. Previous affiliations of Juha Röning include University of Cincinnati & VTT Technical Research Centre of Finland.


Papers
More filters
Journal ArticleDOI
TL;DR: The results show that the presented method is light and, therefore, suitable for be used in real-time recognition, and the recognition accuracies obtained are approximately as high as offline recognition rates.
Abstract: Real-time human activity recognition on a mobile phone is presented in this article. Unlike in most other studies, not only the data were collected using the accelerometers of a smartphone, but also models were implemented to the phone and the whole classification process (preprocessing, feature extraction and classification) was done on the device. The system is trained using phone orientation independent features to recognize five everyday activities: walking, running, cycling, driving a car and sitting/standing while the phone is in the pocket of the subject's trousers. Two classifiers were compared, knn (k nearest neighbors) and QDA (quadratic discriminant analysis). The models for real-time activity recognition were trained offline using a data set collected from eight subjects and these offline results were compared to real-time recognition rates, which are obtained by implementing models to mobile activity recognition application which currently supports two operating systems: Symbian^3 and Android. The results show that the presented method is light and, therefore, suitable for be used in real-time recognition. In addition, the recognition rates on the smartphones were encouraging, in fact, the recognition accuracies obtained are approximately as high as offline recognition rates. Also, the results show that the method presented is not an operating system dependent.

193 citations

Proceedings ArticleDOI
24 Jun 2009
TL;DR: A single wrist-worn inertial measurement unit was attached to the active wrist of a worker and acceleration and angular speed information was used to decide what activity the worker was performing at certain time intervals.
Abstract: As wearable sensors are becoming more common, their utilization in real-world applications is also becoming more attractive. In this study, a single wrist-worn inertial measurement unit was attached to the active wrist of a worker and acceleration and angular speed information was used to decide what activity the worker was performing at certain time intervals. This activity information can then be used for proactive instruction systems or to ensure that all the needed work phases are performed. In this study, the selected activities were basic tasks of hammering, screwing, spanner use and using a power drill for screwing. In addition, a null activity class consisting of other activities (moving around the post, staying still, changing tools) was defined. The performed activity could then be recognized online by using a sliding window method to divide the data into two-second intervals and overlapping two adjacent windows by 1.5 seconds. Thus, the activity was recognized every half second. The method used for the actual recognition was the k nearest neighbor method with a specific distance boundary for classifying completely new events as null data. In addition, the final class was decided by using a majority vote to classifications of three adjacent windows. The results showed that almost 90 percent accuracy can be achieved with this kind of setting; the activity-specific accuracies for hammering, screwing, spanner use, power drilling and null data were 96.4%, 89.7%, 89.5%, 77.6% and 89.0%, respectively. In addition, in a case with completely new null events, use of the specific distance measure improved accuracy from 68.6% to 82.3%.

89 citations

Proceedings ArticleDOI
14 Oct 2010
TL;DR: The proposed approach provides a simple, low-cost, and space-efficient solution for solving the SLAM problem present in many domestic and swarm robotics application domains.
Abstract: In this paper we propose a simultaneous localization and mapping (SLAM) method that utilizes local anomalies of the ambient magnetic field present in many indoor environments. We use a Rao-Blackwellized particle filter to estimate the pose distribution of the robot and Gaussian Process regression to model the magnetic field map. The feasibility of the proposed approach is validated by real world experiments, which demonstrate that the approach produces geometrically consistent maps using only odometric data and measurements obtained from the ambient magnetic field. The proposed approach provides a simple, low-cost, and space-efficient solution for solving the SLAM problem present in many domestic and swarm robotics application domains.

79 citations

Proceedings ArticleDOI
20 Jun 2011
TL;DR: The method can be used to acquire maps that are accurate enough to be utilized in the robot coverage problem, thus reducing over-cleaning and the minimalistic sensory requirements of the method make it a very viable alternative for low-cost domestic robots.
Abstract: In this paper we present a SLAM method based on indoor magnetic field anomalies and measure the acquired map quality in the context of the localization problem present in mobile robot floor-cleaning scenarios. According to our real-world robot experiments in different environments, it appears that most modern buildings have sufficient magnetic field variation to make the method applicable in mobile robot floor-cleaning tasks. We show that our method can be used to acquire maps that are accurate enough to be utilized in the robot coverage problem, thus reducing over-cleaning. We use Gaussian Processes to model the magnetic field and a Rao-Blackwellized Particle Filter to estimate the pose distribution of the robot. Because magnetic field anomalies are not correlated to typical features used in localization, our method can handle many situations in which other methods fail. The minimalistic sensory requirements of our method make it a very viable alternative for low-cost domestic robots.

79 citations

Proceedings ArticleDOI
16 Apr 2013
TL;DR: In this study, every day activities are recognized from data collected using smartphones accelerometer sensors to show that the presented method can be implemented to any operating system and hardware variations do not affect recognition results.
Abstract: In this study, every day activities are recognized from data collected using smartphones accelerometer sensors. Offline experiments are made to show that the presented method is user- and body position-independent. In addition, it is shown that the features used in the classification are not dependent on the calibration of the phone. The recognition models trained using the offline data are also tested online. A mobile application running these models is built for two operating systems: Symbian^3 and Android. Real-time experiments using these applications are made to show that the presented method can be implemented to any operating system and hardware variations do not affect recognition results. High recognition accuracies are obtained, in the offline study, the average recognition rate is almost 99% and, also, in the online study, the average recognition accuracy is over 90%.

72 citations


Cited by
More filters
Journal ArticleDOI

[...]

08 Dec 2001-BMJ
TL;DR: There is, I think, something ethereal about i —the square root of minus one, which seems an odd beast at that time—an intruder hovering on the edge of reality.
Abstract: There is, I think, something ethereal about i —the square root of minus one. I remember first hearing about it at school. It seemed an odd beast at that time—an intruder hovering on the edge of reality. Usually familiarity dulls this sense of the bizarre, but in the case of i it was the reverse: over the years the sense of its surreal nature intensified. It seemed that it was impossible to write mathematics that described the real world in …

33,785 citations

Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

Journal ArticleDOI
TL;DR: The Human Side of Enterprise as mentioned in this paper is one of the most widely used management literature and has been widely used in business schools, industrial relations schools, psychology departments, and professional development seminars for over four decades.
Abstract: \"What are your assumptions (implicit as well as explicit) about the most effective way to manage people?\" So began Douglas McGregor in this 1960 management classic. It was a seemingly simple question he asked, yet it led to a fundamental revolution in management. Today, with the rise of the global economy, the information revolution, and the growth of knowledge-driven work, McGregor's simple but provocative question continues to resonate-perhaps more powerfully than ever before. Heralded as one of the most important pieces of management literature ever written, a touchstone for scholars and a handbook for practitioners, The Human Side of Enterprise continues to receive the highest accolades nearly half a century after its initial publication. Influencing such major management gurus such as Peter Drucker and Warren Bennis, McGregor's revolutionary Theory Y-which contends that individuals are self-motivated and self-directed-and Theory X-in which employees must be commanded and controlled-has been widely taught in business schools, industrial relations schools, psychology departments, and professional development seminars for over four decades. In this special annotated edition of the worldwide management classic, Joel Cutcher-Gershenfeld, Senior Research Scientist in MIT's Sloan School of Management and Engineering Systems Division, shows us how today's leaders have successfully incorporated McGregor's methods into modern management styles and practices. The added quotes and commentary bring the content right into today's debates and business models. Now more than ever, the timeless wisdom of Douglas McGregor can light the path towards a management style that nurtures leadership capability, creates effective teams, ensures internal alignment, achieves high performance, and cultivates an authentic, value-driven workplace--lessons we all need to learn as we make our way in this brave new world of the 21st century.

3,373 citations