<?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>VuFind Blog</title>
	<atom:link href="http://web1.vufind.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://web1.vufind.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 12 Apr 2012 07:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Building an expressive, accurate Interest Graph</title>
		<link>http://web1.vufind.com/blog/?p=49</link>
		<comments>http://web1.vufind.com/blog/?p=49#comments</comments>
		<pubDate>Thu, 12 Apr 2012 07:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[interest graph]]></category>
		<category><![CDATA[noise filtering]]></category>
		<category><![CDATA[object recognition]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[social signals ad targeting]]></category>
		<category><![CDATA[visual analytics]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=49</guid>
		<description><![CDATA[Note: This guest post appeared at Mashable in Feb 2012 The interest graph has been gaining increased attention over the past few months. With Google transforming itself into a social company, and even pushing personalized search, it’s clear that the curated web is a reality. Furthermore, the interest graph has much more expressive power in [...]]]></description>
			<content:encoded><![CDATA[<p>Note: This guest post appeared at Mashable in Feb 2012<br />
The interest graph has been gaining increased attention over the past few months. With Google transforming itself into a social company, and even pushing personalized search, it’s clear that the curated web is a reality.</p>
<p>Furthermore, the interest graph has much more expressive power in the case of the mobile web. Many mobile interest indicators simply don’t exist on the web, for example, checkins, location data, near field communication, etc.</p>
<p>Let’s take a close look at what’s involved when building a complete and expressive interest graph platform, and how the resulting graph can effectively optimize ad/reward targeting.</p>
<p>Companies developing interest graph platforms have to overcome the following fundamental challenges.</p>
<p><strong>1. Data Collection</strong></p>
<p>There are two approaches to collecting interest data: explicit and implicit. Companies such as Hunch, Blippy and Pinterest have all attempted to address this by asking users to share interests explicitly, with the incentive that users will get more accurate recommendations in return.</p>
<p>However, this approach has some psychological hurdles. Why would I tell an engine that I like BMWs, only for it to suggest BMW deals to me soon after? And if I mention that I like sports cars, in general, would it suggest cars that are too pricey or too big for my taste? In order to get accurate recommendations, I should be more specific: I like sports cars, but mostly European ones, and only those that are under $60,000.</p>
<p>In other words, the amount of data that I have to volunteer in order to get a decent recommendation or deal is so high that I might as well just search for the product directly.</p>
<p>Amazon does a great job at implicit data collection. The site has all the elements of the equation: your purchase history, product search history and even product correlations (people who bought this also bought that).</p>
<p>Any app where users have to take the time to populate their own interests will invariably have inaccurate or artificial interest profiles.</p>
<p>Facebook encountered this issue with its interest hubs: Most people didn’t take the time to populate their profiles with accurate interests. Even if they did spend the time, they populated the subset of interests that they wanted to project publicly. Google+ Sparks faced the same issues.</p>
<p>Interests have to be inferred from normal app usage, where users have opted in. And the app’s normal usage has to provide strong interest indicators. General social networks such as Facebook and Google+ have the luxury of collecting vast data of various types. Specialized social networks such as Foursquare and Pinterest collect data that is heavily biased towards one signal (checkins in the former, and liking photos that belong to certain interest categories in the latter).</p>
<p><strong>2. Noise Filtration</strong></p>
<p>Every action online is considered a signal, and almost every signal in the digital world has its fair share of noise, though the noise levels and types vary greatly. For example, comments are extremely noisy (LOL, OMG, etc.), as are Likes/+1s when applied to photos or comments etc.</p>
<p>However, Likes/+1 of brand pages, for example, are very reliable interest indicators. Essentially, “noise” becomes valuable, depending on the amount of effort a person puts in. But the degree of correlation varies depending on the person’s behavioral profile.</p>
<p>If you take the time to upload a video of yourself skiing, that’s a strong signal. If you simply Like/+1 someone’s skiing photo, it may be that you like the person, or you like skiing, or you are simply trying to get the attention of the poster in order to start a conversation.</p>
<p>Repeated checkins at restaurants/bars are strong interest indicators as well. And clearly, reward/deal redemptions and purchases are very strong signals.</p>
<p>Machine learning algorithms are typically used to detect noise patterns and spammy comments, etc. Similarly, signal strengths have to be analyzed. To give simple examples, uploading sailboat photos every week is a different level of interest than liking a friend’s sailing photo once in a while. Similarly, checking in at the same sushi restaurant six times last month sends a very different signal than checking in once every two months.</p>
<p>However, here’s where the complexity arises. One checkin per month may actually be a strong indicator if the person travels frequently. In other words, the signal strengths calibration algorithm has to be customized according to the person’s behavioral patterns and lifestyle.</p>
<p>The beauty is that you don’t have to get it right the first time, since, like any neural network, the engines improve with usage over time.</p>
<p><strong>3. Building the Interest Graph</strong></p>
<p>Even after noise filtration engines have been well-trained and continuously re-calibrated to build an interest profile for a given user, constructing an interest graph for a set of users is still challenging. Essentially, the complexity is in aggregating all the signals to form a coherent and reasonably consistent profile.</p>
<p><strong>4. Platform APIs</strong></p>
<p>In my mind, this is the biggest challenge, and so far, no company has managed to deliver a solution. Clearly, a lot of companies build their own interest graphs for their own user bases.</p>
<p>However, being an interest graph platform means publishing APIs that any app/game can use to personalize ads or commerce to their users. This means that your APIs have to be at such fine granularity that other apps/games can integrate them seamlessly, with no detrimental impact on the user experience.</p>
<p><strong>5. Distribution: Attracting the Apps to Use the APIs</strong><br />
As in any B2B sales cycle, the first few customers are the hardest to acquire. In this case, they are also the most important, since their impact on engine accuracy is very significant.</p>
<p>It’s very clear that interest graphs are at the core of the curated mobile web, and will be a key driver for mobile commerce for years to come. Many apps are already building relatively accurate interest graphs of their user bases. Ultimately, the companies that build scalable interest graph platforms with APIs that map to numerous apps and games will dominate the mobile commerce ecosystem.</p>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Domination: Winning Strategies for VuHunt</title>
		<link>http://web1.vufind.com/blog/?p=41</link>
		<comments>http://web1.vufind.com/blog/?p=41#comments</comments>
		<pubDate>Tue, 03 Jan 2012 01:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VuHunt]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[checkin]]></category>
		<category><![CDATA[interest-based deals]]></category>
		<category><![CDATA[location-game]]></category>
		<category><![CDATA[mobile commerce]]></category>
		<category><![CDATA[mobile social networking]]></category>
		<category><![CDATA[photo sharing]]></category>
		<category><![CDATA[strategy game]]></category>
		<category><![CDATA[video sharing]]></category>
		<category><![CDATA[visual social network]]></category>
		<category><![CDATA[vuhunt]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=41</guid>
		<description><![CDATA[VuHunt on iPhone Congrats Emperor! So you&#8217;ve joined VuHunt, conquered a few castles, and you&#8217;re now on your way to earning your first title. Prince/Princess of a cool city C, then onto the Duke and finally Emperor. We wanted to share a few tips and tricks in the game that aren&#8217;t yet in the tutorial.. [...]]]></description>
			<content:encoded><![CDATA[<div>
<div class="mceTemp">
<div class="mceTemp mceIEcenter">
<div id="attachment_55" class="wp-caption alignleft" style="width: 522px"><a href="http://web1.vufind.com/blog/wp-content/uploads/2012/01/IMG_17513.png"><img class="size-full wp-image-55" title="IMG_1751" src="http://web1.vufind.com/blog/wp-content/uploads/2012/01/IMG_17513.png" alt="" width="512" height="768" /></a><p class="wp-caption-text">VuHunt castles &amp; cool places to compete for to earn the Emperor of San Francisco</p></div>
<dl id="attachment_53" class="wp-caption aligncenter" style="width: 512px;">
<dt class="wp-caption-dt">VuHunt on iPhone</dt>
</dl>
</div>
</div>
<p>Congrats Emperor!<br />
So you&#8217;ve joined VuHunt, conquered a few castles, and you&#8217;re now on your way to earning your first title. Prince/Princess of a cool city C, then onto the Duke and finally Emperor. We wanted to share a few tips and tricks in the game that aren&#8217;t yet in the tutorial..</p>
<p>1. Build it.<br />
Build castles! it&#8217;s good karma, shows you are a great VuHunt citizen, and also earns you Vu$, and the honor of having your name as builder of a castle forever. Think about it this way, say you create an easy quiz castle, you get vu$2 to boot, then you can conquer that castle, and earn another vu$ 5, so that&#8217;s $7 for one simple contribution. Similarly, if you create a castle at say a Starbucks, make it a checkin challenge, and checkin right away, you&#8217;ll gain a comparable amount. Clearly, contributing castles improves the game for everyone, as the game world gets richer and more reflective of real-world places and captures the local trends and interests of the city&#8217;s residents.</p>
<p>2. Expand your empire! and dominate your country<br />
Everyone likes a bigger powerbase. Ask any politician! It&#8217;s true in vuHunt as well! In fact, the # of castles you own isn&#8217;t only important for gaining the honor titles (prince/duke/emperor) and earning you a coveted spot on the leader-boards, but it&#8217;s crucial for growing your wealth. Each castle you own generates recurring revenue as long as you own it. That contribution is the sum of the daily net gain of the castle (revenue minus upkeep) in addition to the failed attack fees that you collect. This can be really significant income for your treasurey.</p>
<p>3. Protect your castles<br />
One truly cool way to both protect a castle that you&#8217;ve struggled to conquer (either a difficult challenge or a steep travel cost) is to protect it with a guard battalion. This allows you to build 2 towers and hence two challenges for this castle. Now think about this as both a deterrant, and a source of additional revenue. Some players may just not want to go through the hassle, associated risk, and extra cost of attacking two towers. But also, it&#8217;s clearly highly likely that the revenue due to failed attacks will increase.</p>
<p>Guard battalions cost Vu$ to purchase so this techniuqe requires investment, but as you can see if can payoff handsome dividends.<br />
Another mechanic to protect your castle, is to simply replace the challenge after you conquered it. Say it was an easy quiz qusetion, well you can purchase a challenge that&#8217;s a checkin or video upload and have the tower carry that challenge instead.<br />
This only cost you the challenge purchase cost (typically 5 or 7 vu$)</p>
<p>4. Earn Real-life Rewards &amp; get access to cool deals when you want them<br />
So far, Vuhunt has integrated rewards from Kiip and daily deals from Groupon and Zozi. The kiip rewards are earned upon achievements such as building castles, gaining an Honor Title, etc. The deals are accessible through the Deals tab. At levels 2 and 3, which will be released for iPhone and Android very soon, you will be able to redeem VuDollars for gift cards. Also, a shortlist of VuHunt recommended deals will be available to you based on your interest and location upon demand.</p>
<p>5. Meetup and play against friends!<br />
We are also very excited to announce that we have just started weekly meet-ups with our wonderful players. These meet-ups are informal brainstorm sessions to hear your ideas and feedback on the game and continue to enrich the experience with game elements that you find interesting. And we&#8217;ll play against each other real-time. The meet-ups are held in one city in California each week.<br />
Please join the Vuhunt group here: http://www.meetup.com/VuHunt/events/46117612/</p>
<p>Happy conquering and best of luck!<br />
Moataz Rashad</p>
<p><span style="font-family: 'times new roman', 'new york', times, serif; font-size: xx-small;"><br />
</span></p>
</div>
<div><span style="font-family: 'times new roman', 'new york', times, serif; font-size: xx-small;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VuHunt&#8217;s Private Beta: Get your Invite</title>
		<link>http://web1.vufind.com/blog/?p=34</link>
		<comments>http://web1.vufind.com/blog/?p=34#comments</comments>
		<pubDate>Fri, 06 May 2011 02:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=34</guid>
		<description><![CDATA[Drum roll please…. After much blood, sweat and tears, Vufind is ready to launch its amazing and eagerly awaited brainchild, VuHunt, the mobile game for both iPhone and Android! While applications and sites with deals, checkins, photo sharing, and augmented reality are blowing up, VuHunt is the triple threat that incorporates and puts its own [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal">Drum roll please…. After much blood, sweat and tears, Vufind is ready to launch its amazing and eagerly awaited brainchild, VuHunt, the mobile game for both iPhone and Android! While applications and sites with deals, checkins, photo sharing, and augmented reality are blowing up, VuHunt is the triple threat that incorporates and puts its own spin on all these angles to create a compelling real-life game that has it all.</p>
<p class="MsoNormal">
<p class="MsoNormal">VuHunt brings out the serious competitor in you by allowing you to take ownership of locations, or castles, on either a virtual or real map of your city. Nothing brings out your inner competitor defeating others to feel the pride of ownership, or in this case gaining and maintaining your status as ‘King of your Castles’.<span> </span>Take on your friends, or maybe even strangers, and beat them to rule all of their Castles!</p>
<p class="MsoNormal">
<p class="MsoNormal">Through various quiz question relating to your location, photo challenges, puzzles, and check-in’s you can conquer each castle. By defeating your friends and taking ownership of their castles, you could even start your own empire! Challenges range from easy to difficult, so start off slow if you want and work your way up to total Castle domination! The harder the challenge the easier to keep your castle away from those that are trying to take it from you! But surely harder challenges cost you more Vu$ to purchase, so you’ll have to build up your treasure chest to make your empire invincible.</p>
<p class="MsoNormal">
<p class="MsoNormal">Part of the beauty of vuHunt is that it can be played anywhere at anytime! Lying by your pool and don’t feel like moving to check-in somewhere? There are various other challenges you can compete in, and you can kick your friends out of their castle without taking a step. Also, exploring new and exotic places is made easy, educational, and exciting. Travel the globe and learn about the Egyptian pyramids or set up a challenge for a Church in Munich, Germany, all while lounging poolside!</p>
<p class="MsoNormal">
<p class="MsoNormal">Now the final crucial and exciting aspect of vuHunt is the deals. Not only can you have bragging rights over your friends, but you can actually get daily deals and offers in areas and activities that actually interest and pertain to you! Maybe even invite your friends to make up for knocking them off their high horse and taking their castle…</p>
<p class="MsoNormal">
<p class="MsoNormal">Sign up for the Beta version of vuHunt and get a jump start on your friends! Watch @moatazr give a demo of an early version of vuHunt to @scobleizer here  <a href="http://www.youtube.com/watch?v=MJqYYnTrnhk" target="_blank">http://www.youtube.com/watch?v=MJqYYnTrnhk</a>.</p>
<p class="MsoNormal">Available now for Android and coming soon for iPhone!</p>
<p class="MsoNormal">
<p class="MsoNormal">Check it out, Compete, and Conquer!</p>
<p class="MsoNormal">
<p class="MsoNormal">And Developers: stay tuned!! we’ll offer awesome opportunities to build your own apps and plugins on the vuHunt platform soon.</p>
<p class="MsoNormal">
<p class="MsoNormal">Happy Hunting!</p>
<p class="MsoNormal">
<p class="MsoNormal">Samantha Nielsen</p>
<p class="MsoNormal">
<p class="MsoNormal"><span> </span></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vufind’s Unique Social Photo/Video Sharing App</title>
		<link>http://web1.vufind.com/blog/?p=24</link>
		<comments>http://web1.vufind.com/blog/?p=24#comments</comments>
		<pubDate>Wed, 16 Feb 2011 05:04:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=24</guid>
		<description><![CDATA[In the crazy tech world of checkin’s, tagging, and photo sharing, Vufind is the exciting new comer on the scene, where you can explore all of the above and more! The Vufind app for both iPhone and Android is the next step in connecting visually with both old and new friends. No more manual tagging [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal"><span>In the crazy tech world of checkin’s, tagging, and photo sharing, Vufind is the exciting new comer on the scene, where you can explore all of the above and more! The Vufind app for both </span><a href="http://itunes.apple.com/us/app/vufind/id404083215?mt=8" target="_blank">iPhone</a><span> and </span><a href="http://www.vufind.com/apps.php" target="_blank">Android</a><span> is the next step in connecting visually with both old and new friends.</span></p>
<p class="MsoNormal"><span><span> </span>No more manual tagging and spending hours organizing photos, with Vufind’s app you can either upload a picture/video from your phone or snap a new picture/video and have Vufind recognize and tag the objects in it. </span>These tags can then be used to share your photos/videos with friends and be connected with new friends. The number of objects/tags the engine recognizes is continually increasing, and in fact the engine learns from its mistakes as users flag recognition errors. Building on the basic set of objects we have now such as car, bike, and watch, we plan to soon release finer-detail objects such as SUV, sports-car, touring bike, and Rolex watch etc.</p>
<p class="MsoNormal"><span>For example, if one of your hobbies is kayaking you could have photos of your kayaking trips, which would be tagged with water and kayaks etc. People could then search your photos using those tags, learn about your interest in kayaking, and get connected with other people that like kayaking.</span></p>
<p class="MsoNormal"><span><span> </span><span> </span>These tagged photos/videos can also be used to do visual checkin’s. While textual checkin’s can just be added noise on Facebook and Twitter, visual checkin’s with Vufind provide so much more information to friends. People checking in with Vufind aren’t just sharing the name of a location, they could share what it looks like, or what the view is, or even what they are eating. </span></p>
<p class="MsoNormal"><span>Also, you don’t have to just checkin with a location, you could check in with an object. If you happen to come across a really cool or rare car you can take the photo, have it tagged, and show it off to all your friends! Visual checkins with tagged photos on Vufind are definitely more fun to share and are more interesting and interactive for others to see! </span></p>
<p class="MsoNormal"><span>Last but not least, Vufind allows you to keep up with other friends and people around you as far as what’s popular and trending, so you can join in the trend! Vufind has a live feed so you can see what kind of photos everyone else is uploading, and contribute. If it’s summer time and everyone is uploading their best beach photos, you can show off a picture from your own beach getaway. </span></p>
<p class="MsoNormal"><span>Vufind allows you to see what’s going on with all your friends in a fun and easy way, and keep up and contribute your own great photos, so your friends can see exactly where you are and what you’re up to. </span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span><em>Check it out, start checking-in visually, and share your life&#8217;s interesting moments!</em></span></p>
<p class="MsoNormal"><span><em> </em></span></p>
<p class="MsoNormal"><span><strong>Download the new Vufind 2.1.5 app and start uploading and sharing the smart way!</strong></span></p>
<p class="MsoNormal"><span><strong> </strong></span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Happy tagging! </span></p>
<p class="MsoNormal"><span>Vufind team</span></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond Places! VuCheck-in: Visually Checkin whatever has your interest with Vufind&#8217;s mobile app</title>
		<link>http://web1.vufind.com/blog/?p=19</link>
		<comments>http://web1.vufind.com/blog/?p=19#comments</comments>
		<pubDate>Sat, 30 Oct 2010 23:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Visual Checkin]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=19</guid>
		<description><![CDATA[Vufind Inc, a visual social networking company, today announced its visual Checkin feature for its Android mobile app Vufind (previously called vuTag, now rebranded as Vufind) Vufind running on your Android phone or iPhone (launching very shortly) automatically tags your photos and videos on the fly as you upload them to cloud services such as facebook, [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<div>Vufind Inc, a visual social networking company, today announced its visual Checkin feature for its Android mobile app Vufind (previously called vuTag, now rebranded as Vufind)</div>
<div>
<p class="p1"><span class="s1">Vufind running on your Android phone or <span id="lw_1288479567_0" class="yshortcuts">iPhone (launching very shortly)</span> automatically tags your photos and videos on the fly as you upload them to cloud services such as facebook, twitter, <span id="lw_1288479567_1" class="yshortcuts">flickr</span>, etc so they are searchable and discoverable by friends and others who share your interests.</span></p>
<p class="p1">We are proud to announce today our VuCheckin feature in Vufind&#8217;s mobile app V1.5 already released on Android market place. VuCheckin  allows users to do a “visual checkin” of a place, object, or anything worthy of their camera. The visual-checkin photo is automatically tagged by <span id="lw_1288479567_2" class="yshortcuts"><a href="http://vufind.com/" target="_blank">vufind.com</a> with the objects in it</span>, and then forwarded to either <span id="lw_1288479567_3" class="yshortcuts">Facebook</span> or <span id="lw_1288479567_4" class="yshortcuts">Twitter</span> along with the user&#8217;s tweet/update and location. The automated tagging ensure discoverability by friend and followers, and allows you to save time by writing less words in your tweet or comment, since the photo and the tags already tell quite a bit of the story!</p>
<p class="p1"><span class="s1">Vufind&#8217;s visual check-in is engaging, content-rich, and a lot more interesting to the folks in your social graph. Furthermore, it allows the user to express themselves and their interest/point-of-view beyond the basic plain text check-in &#8220;I am here&#8221; which is common in today’s geo-social networks.  Check-in fatigue is a very common, and we believe increasing, phenomenon, however, if you are always thinking about what&#8217;s visually interesting at that moment, that is both entertaining and rich expression. </span>Also, a lot more folks in your network will tend  to pay attention if you are sharing your thoughts via a &#8220;show &amp; tell&#8221;!</p>
<p class="p1"><span class="s1">Furthermore, Vufind&#8217;s check-in extends beyond places, since you can VuCheckin a sports-car, a pet, a restaurant dish, cool glasses, a painting, or sunset scene etc</span></p>
</div>
<div><em>Check it out, start checking-in visually, and share your thoughts!</em></div>
<div><em><br />
</em></div>
<div><strong>Download the new Vufind 1.5 app, which comes in two versions:</strong></div>
<div><strong>- a Lite Version: Vufind-lite with limitation on </strong><span id="lw_1288479567_5" class="yshortcuts"><strong>video uploads</strong></span></div>
<div><span id="lw_1288479567_5" class="yshortcuts"><strong></strong></span><strong>- full version Vufind for only $0.99 with unlimited uploads and tagging of videos and photos.</strong></div>
<div></div>
<div>Thanks for connecting visually!</div>
<div>Vufind team</div>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VuAlbum on facebook: Object category tradeoff</title>
		<link>http://web1.vufind.com/blog/?p=9</link>
		<comments>http://web1.vufind.com/blog/?p=9#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:23:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[media tagging]]></category>
		<category><![CDATA[object recognition]]></category>
		<category><![CDATA[photo tagging]]></category>
		<category><![CDATA[search by tag]]></category>
		<category><![CDATA[vualbum]]></category>

		<guid isPermaLink="false">http://web1.vufind.com/blog/?p=9</guid>
		<description><![CDATA[VuAlbum was launched roughly 3 weeks ago on facebook. http://apps.facebook.com/vualbum VuAlbum is a full-featured photo app that uses computer vision to automatically tag and index the objects in your photos (it works well on videos too, however facebook doesn&#8217;t allow object tags in videos, except user-ids), and allows you to organize, search, and share your [...]]]></description>
			<content:encoded><![CDATA[<p>VuAlbum was launched roughly 3 weeks ago on facebook. http://apps.facebook.com/vualbum<br />
VuAlbum is a full-featured photo app that uses computer vision to automatically tag and index the objects in your photos (it works well on videos too, however facebook doesn&#8217;t allow object tags in videos, except user-ids), and allows you to organize, search, and share your albums based on this tagging.<br />
We&#8217;ve also added unique cool features such as search by tag (doesn&#8217;t exist in any other photo app on facebook), create a new album by collecting photos that share a theme/topic or set of tags.</p>
<p><span style="font-size: 13.2px;">Recently, we also added cool imaging features such as make a collage, view a slide show, etc.</span></p>
<p>VuAlbum has just crossed its first 1000 monthly users, we look forward to the first 100,000 and beyond.</p>
<p>Currently, we face  a tricky tradeoff.  The tradeoff is simplifying the user experience and UI of vuAlbum, at the expense of performance and a slow response time.<br />
Some friends and advisors argue that users don&#8217;t like to think too much, and by asking them to select object categories, we&#8217;re asking them to do too much thinking (and extra clicks)<br />
if we let users click on &#8220;tag all&#8221; and don&#8217;t specify categories, the app would have to attempt to search and recognize every object the engine is aware of, which is time consuming &#8212; our engine has close to a couple of hundred object detectors at the moment, and growing every week. This has a few implications:</p>
<p>1) It&#8217;s costly for us to have the engine look for two hundred objects in our photos, when you maybe only interested in natural objects (tree, flower, etc), or scenes (beach, sunset, sky, cloud etc)<br />
2) It will take longer to look for all these objects (we are running on tens of nodes on Amazon EC2, not hundreds, or thousands)<br />
3) It&#8217;s likely that if you search for 200 object detectors rather than 40 or 50, that you will get a lot more false positives (tags that aren&#8217;t in the photo)<br />
4) Most heavily tagged photos (such as on Flickr for example) have on average about 12 tags that are objects, the rest are descriptive or higher level tags, such as beautiful, peaceful, funny, or travel, sports, etc.</p>
<p>The thinking behind having the user guide the engine to what class/category of objects they care about was to the user&#8217;s benefit&#8211; to get the photos tagged quicker, and to not produce tags that are irrelevant to the user. We thought that if you are interested in sunsets, beaches, and trees, you would&#8217;d care if we found cars, bikes, and mobile phones in your photos. Hence, we asked you to select a category or two. But,  if the extra clicks are painful, we will oblige and eliminate them.</p>
<p>Visit our vuAlbum fanpage on facebook, <span style="font-size: 15.6px;"><strong>http://tinyurl.com/2e87y6k </strong></span><span style="font-size: 15.6px;"> and share your thoughts on what you prefer. We are always listening! Thanks.</span></p>
<p><span style="font-size: 13.2px;">Thanks</span></p>
<p>Vufind team</p>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Welcome to the VuFind Blog!</title>
		<link>http://web1.vufind.com/blog/?p=1</link>
		<comments>http://web1.vufind.com/blog/?p=1#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vufind.com/blog/?p=1</guid>
		<description><![CDATA[We are passionate about contextual advertising, and anything related to recognition and understanding of video content. This forum is the place to look for new developments, technologies, and ideas we are exploring.]]></description>
			<content:encoded><![CDATA[<p>We are passionate about contextual advertising, and anything related to recognition and understanding of video content. This forum is the place to look for new developments, technologies, and ideas we are exploring.</p>
]]></content:encoded>
			<wfw:commentRss>http://web1.vufind.com/blog/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

