Changing Rooms - Let AI Arrange The Furniture
Written by Lucy Black   
Sunday, 18 September 2011

Furniture arranging - no worries - there's an algorithm for that.

 

I don't know about you, but I just put the furniture more or less where it falls. I'm just glad to have somewhere to sit down but I have to admit that I do envy other people's ability to figure out where things should go. Friends often come in, fidget a lot and then make suggestions about moving item A to position B. But I'm a computer geek. I should be able to solve the problem of furniture arrangement without human help.

 

Make it Home is a program, developed at UCLA and Hong Kong University,  that will work out an optimal arrangement of your furniture. It makes use of a set of rules about how best to place furniture in a room. The rules include parings between items, distances that have to be left around items, orientations etc. It also takes into account the need for pathways through to be kept clear.

Starting from a "pile" of furniture selected from a library of items the program next attempts to optimize the placement of all of the items within the room according to rules. The algorithm uses is simulated annealing. This is a well known AI method that copies the way that a solid cools into a lowest, i.e. optimal, energy state. The optimization starts off at a high simulated temperature which allows items to move about a lot. Then, as the optimization proceeds, the temperature reduces and slowly the furniture solidifies into an optimal arrangement. If you watch the video you can see the "phase change" occur.

 

     

 

It sounds crazy but this idea it works for all sorts of problems and judging from the video it works for furniture arranging - who needs Feng Shui! Now all I need is a nice robot hooked up to the output of the program to actually do the moving...

 

Makeithome

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Two New Resources Tailored To Spring Developers
25/04/2024

Spring Academy Pro is now freely available and Spring Builders is a new meeting point to discuss everything Spring related.



Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]


More News

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Last Updated ( Sunday, 07 August 2022 )