User graveca - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T20:26:47Z http://stackoverflow.com/feeds/user/59893 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1584533/finding-most-proper-standard-for-image-image-recognition/1589710#1589710 1 Answer by graveca for Finding most proper standard for image [Image recognition] graveca 2009-10-19T16:27:33Z 2009-10-19T16:27:33Z <p>You would need to build a set of functions that compute the probability of a particular transform between two images f(A,B). A number of transforms have previously been suggested as answers, e.g. Fourier. You would probably not be able to compute the probability of multiple transforms in one go fgh(A,B) with any reliability. So, you would compute the probability that each transform was independently applied f(A,B) g(A,B) h(A,B) and those with P above a threshold are the solution.</p> <p>If the order is important, i.e you need to know that f(A,B) then g(f,B) then h(g,B) was performed, then you would need to adopt a state based probability framework such as Hidden Markov Models or a Bayesian Network (well, this is a generalization of HMMs) to model the likelihood of moving between states. See the BNT toolbox for Matlab (<a href="http://people.cs.ubc.ca/~murphyk/Software/BNT/bnt.html" rel="nofollow">http://people.cs.ubc.ca/~murphyk/Software/BNT/bnt.html</a>) for more details on these or any good modern AI book.</p> http://stackoverflow.com/questions/963041/data-sets-for-neural-network-training/1233478#1233478 0 Answer by graveca for Data sets for neural network training graveca 2009-08-05T14:05:29Z 2009-08-05T14:05:29Z <p>I learnt ANNs as an undergraduate by using them to perform OCR (Optical Character Recognition). I think this is a nice use case.</p> <p>Scan in two pages of text, extract the letters and form training/testing datasets (e.g. 8x8 pixels leads to 64 input nodes), label the data. Train the ANN and get a score using the testing dataset. Change the network topology/parameters and tune the network to get the best score.</p> http://stackoverflow.com/questions/594722/what-standard-optimization-refactoring-can-i-do-to-my-java-application 4 What standard optimization refactoring can I do to my Java application? graveca 2009-02-27T13:27:13Z 2009-02-27T15:53:04Z <p>I have a semi big Java application. It's written quite poorly and I suspect there are quite a lot of simple things I can do that will clean things up a bit and improve performance.</p> <p>For example I recently found the</p> <pre><code>String.matches(regex) </code></pre> <p>function used quite a lot in loops with the same regex. So I've replaced that with <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html#matches%28java.lang.String,%20java.lang.CharSequence%29" rel="nofollow">precompiled Patterns</a>. I use FindBugs (which is great BTW) but that didn't spot this problem and I'm limited on tools that I can use here at work.</p> <p>Is there anything else simple like this that I should look at? </p> http://stackoverflow.com/questions/355398/how-do-i-efficiently-segment-2d-images-into-regions-blobs-of-similar-values/560427#560427 0 Answer by graveca for How do I efficiently segment 2D images into regions/blobs of similar values? graveca 2009-02-18T09:52:19Z 2009-02-18T09:52:19Z <p>An alternative to flood-fill is the <a href="http://en.wikipedia.org/wiki/Connected_Component_Labeling" rel="nofollow">connnected-components</a> algorithm. So, </p> <ol> <li>Cheaply classify your pixels. e.g. divide pixels in colour space.</li> <li>Run the cc to find the blobs</li> <li>Retain the blobs of significant size</li> </ol> <p>This approach is widely used in early vision approaches. For example in the seminal paper "<a href="http://portal.acm.org/citation.cfm?id=714153" rel="nofollow">Blobworld: A System for Region-Based Image Indexing and Retrieval</a>".</p> http://stackoverflow.com/questions/263380/showing-too-much-skin-detection-in-software/558171#558171 2 Answer by graveca for Showing too much 'skin' detection in software graveca 2009-02-17T18:34:24Z 2009-02-17T18:34:24Z <p>See the seminal paper "<strong>Finding Naked People</strong>" by Fleck/Forsyth published in ECCV. (Advanced).</p> <p><a href="http://www.cs.hmc.edu/~fleck/naked.html" rel="nofollow">http://www.cs.hmc.edu/~fleck/naked.html</a></p> http://stackoverflow.com/questions/478947/what-are-some-good-resources-for-learning-about-neural-networks/521203#521203 0 Answer by graveca for What are some good resources for learning about Neural Networks? graveca 2009-02-06T17:16:03Z 2009-02-06T17:16:03Z <p>I second <em>dwf</em>'s recommendation of <strong>Neural Networks for Pattern Recognition</strong> by Chris Bishop. Although, it's perhaps not a starter text. Norvig or an online tutorial (with code in Matlab!) would probably be a gentler introduction.</p> <p>A good starter project would be OCR (Optical Character Recognition). You can scan in pages of text and feed each character through the network in order to perform classification. (You would have to train the network first of course!). </p> http://stackoverflow.com/questions/12073/what-is-the-best-xml-editor/521004#521004 2 Answer by graveca for What is the best XML editor? graveca 2009-02-06T16:31:02Z 2009-02-06T16:31:02Z <p>For large/complex Xml files I use <strong>XmlSpy</strong> (although expensive as previously noted). I really like the grid view. It's not that good however for XSLT debugging and I prefer Xselerator. At my last company we moved from XmlSpy to Oxygen because of cost. Oxygen was a bit of a disappointment in comparison.</p> <p>For small Xml files and quick editing the Xml editor in Eclipse is actually decent. But not worth using just for Xml! So, I use <strong>Notepad++</strong>. I love this tool.</p> http://stackoverflow.com/questions/280203/will-a-masters-degree-increase-my-chances-of-getting-a-good-development-job/520899#520899 0 Answer by graveca for Will a Masters Degree increase my chances of getting a good development job? graveca 2009-02-06T16:08:03Z 2009-02-06T16:08:03Z <p>An MSc (I have one) will put you above others in the pile but perhaps below PhDs. However, for getting a job it's all about how you perform in interview. It's for <em>that</em> reason that you should do an MSc, as these candidates are just so much stronger than their BSc counterparts.</p> <p>It is not worth five years. It just cannot be quantified like that. Yes, you will still be an entry level newbie - just a better one. But, after five years you will <em>still</em> have a Masters as it won't have disappeared. And you will <em>still</em> be above others in the pile that also have five years but no Masters (assuming roughly similar experience).</p> <p>An MBA will get you a different type of position. It really depends on what type of job you want to do and which company you want to work for. If you're a "programmer" as per this site, then you should do an MSc rather than an MBA. BTW doing an MSc can be very enjoyable. Just pick the right one.</p> http://stackoverflow.com/questions/345080/what-should-computer-science-be-called/520799#520799 1 Answer by graveca for What should 'Computer Science' be called? graveca 2009-02-06T15:48:03Z 2009-02-06T15:48:03Z <p>+1 vote for Informatics (and I'm English)</p> <p>-1 vote for "IT" or "ICT" (as it's sometimes called in schools here)</p> http://stackoverflow.com/questions/252408/attending-a-top-university-for-post-graduate-education-from-an-unknown-cs-program/519873#519873 1 Answer by graveca for Attending a top university for post-graduate education from an unknown CS programme graveca 2009-02-06T10:56:51Z 2009-02-06T10:56:51Z <p>From a UK perspective: I would definitely recommend doing an MSc in Advanced/Research Computer Science before commencing a Ph.D. (I did this myself). </p> <p>This type of Masters is a much higher level than undergraduate, will get you studying/involved in the latest research in the CS community, will help you move from a lower standard institute to a higher standard one, and would also help you focus on (i.e. find) a research area for your Doctorate.</p> http://stackoverflow.com/questions/268231/how-to-learn-good-software-design-architecture/519829#519829 0 Answer by graveca for How to learn "good software design/architecture"? graveca 2009-02-06T10:42:28Z 2009-02-06T10:42:28Z <p>(It needs to do this) + (Make it do this) + (Now make it do this too) + (Urgent fix) + (Please can you make do this for us) = bad code</p> <p>Good programmers can answer all these questions - but it does not make good software. The answer is to have strong leadership from management (i.e. requirements) and vision from software architects who can see beyond the immediate need.</p> <p>Experienced architects/engineers have made all the mistakes before (unless you're..) and can try to avoid them (e.g. by <em>insisting</em> the use of JUnit, or that the business unit prioritizes it's requirements, by using or avoiding patterns as necessary, by choosing the correct tools at the start!). However, even when experienced you still end up working on projects where the mistakes have already been made. Much woe.</p> http://stackoverflow.com/questions/345280/bayesian-networks-tutorial/517403#517403 4 Answer by graveca for Bayesian networks tutorial graveca 2009-02-05T19:06:12Z 2009-02-05T19:06:12Z <p>A good book on general machine learning is [1]. But it is quite light on BN. I haven't read [2] but I have read [3] by him which is good (so, [2] is likely to be good as recommended by dwf). I would not recommend Pearl's book at all unless you are doing your Ph.D.!</p> <p>However, I actually would recommend the online tutorial "<strong>A Brief Introduction to Graphical Models and Bayesian Networks</strong>" by Kevin Murphy [4]. The best way to learn BN is to read this, download his Matlab toolbox [5] and build your own BN in ten minutes.</p> <ol> <li>Pattern classification by Duda/Hart/Stork</li> <li>Pattern Recognition and Machine Learning by Chris Bishop</li> <li>Neural Networks for Pattern Recognition by Chris Bishop</li> <li><a href="http://www.cs.ubc.ca/~murphyk/Bayes/bnintro.html" rel="nofollow">http://www.cs.ubc.ca/~murphyk/Bayes/bnintro.html</a></li> <li>Bayes Net Toolbox for Matlab</li> </ol> http://stackoverflow.com/questions/385973/is-f-going-to-become-a-mainstream-language/517332#517332 0 Answer by graveca for Is F# going to become a mainstream language? graveca 2009-02-05T18:49:58Z 2009-02-05T18:49:58Z <p>I work for a big Wall St bank and we are beginning to use F#. A key benefit of F# is that, because it is by MS, it's integrated into .net and we get good tools and support.</p> <p>I believe F# has been adopted by some of our competitors also. So, I would say that it's very much worth learning if you want to work on intensive numerical systems.</p> http://stackoverflow.com/questions/140270/humor-in-code/517196#517196 0 Answer by graveca for Humor in code graveca 2009-02-05T18:21:52Z 2009-02-05T18:21:52Z <p>In (part of) our trading system the main errors are a <strong>Doosra</strong> and <strong>Googly</strong> from cricket terminology. </p> <p>It's weird when you see an error message along the lines "You've been bowled a googly" and even weirder when people/users start talking about doosras/googlys in meetings, etc. ("Have you fixed that doosra").</p> <p>There was even some talk of the US team replacing these with baseball references for their region. But they haven't so are stuck with cricket (hurrah).</p> http://stackoverflow.com/questions/286422/finding-an-interesting-frame-in-a-video/515804#515804 4 Answer by graveca for Finding an interesting frame in a video graveca 2009-02-05T13:04:08Z 2009-02-05T13:04:08Z <p>If the video contains structure, i.e. several shots, then the standard techniques for video summarisation involve (a) shot detection, then (b) use the first, mid, or nth frame to represent each shot. See [1].</p> <p>However, let us assume you wish to find an interesting frame in a single continuous stream of frames taken from a single camera source. I.e. a shot. This is the "key frame detection" problem that is widely discussed in IR/CV (Information Retrieval, Computer Vision) texts. Some illustrative approaches:</p> <ul> <li>In [2] a mean colour histogram is computed for all frames and the key-frame is that with the closest histogram. I.e. we select the best frame in terms of it's colour distribution.</li> <li>In [3] we assume that camera stillness is an indicator of frame importance. As suggested by Beds, above. We pick the still frames using optic-flow and use that.</li> <li>In [4] each frame is projected into some high dimensional content space, we find those frames at the corners of the space and use them to represent the video.</li> <li>In [5] frames are evaluated for importance using their length and novelty in content space.</li> </ul> <p>In general, this is a large field and there are lots of approaches. You can look at the academic conferences such as The International Conference on Image and Video Retrieval (CIVR) for the latest ideas. I find that [6] presents a useful detailed summary of video abstraction (key-frame detection and summarisation).</p> <p>For your "find the best of 30 bitmaps" problem I would use an approach like [2]. Compute a frame representation space (e.g. a colour histogram for the frame), compute a histogram to represent all frames, and use the frame with the minimum distance between the two (e.g. pick a distance metric that's best for your space. I would try Earth Mover's Distance).</p> <ol> <li>M.S. Lew. Principles of Visual Information Retrieval. Springer Verlag, 2001. </li> <li>B. Gunsel, Y. Fu, and A.M. Tekalp. Hierarchical temporal video segmentation and content characterization. Multimedia Storage and Archiving Systems II, SPIE, 3229:46-55, 1997. </li> <li>W. Wolf. Key frame selection by motion analysis. In IEEE International Conference on Acoustics, Speech, and Signal Processing, pages 1228-1231, 1996. </li> <li>L. Zhao, W. Qi, S.Z. Li, S.Q. Yang, and H.J. Zhang. Key-frame extraction and shot retrieval using Nearest Feature Line. In IW-MIR, ACM MM, pages 217-220, 2000. </li> <li>S. Uchihashi. Video Manga: Generating semantically meaningful video summaries. In Proc. ACM Multimedia 99, Orlando, FL, Nov., pages 383-292, 1999. </li> <li>Y. Li, T. Zhang, and D. Tretter. An overview of video abstraction techniques. Technical report, HP Laboratory, July 2001. </li> </ol> http://stackoverflow.com/questions/356035/algorithm-for-detecting-clusters-of-dots/512810#512810 0 Answer by graveca for Algorithm for detecting "clusters" of dots graveca 2009-02-04T19:06:12Z 2009-02-04T19:06:12Z <ol> <li>Fit a probability density function to the data. I would use a "mixture of Gaussians" and fit it using Expectation Maximisation learning primed by the K-means algorithm. The K-means by itself can sometimes be sufficient without EM. The number of clusters itself would need to be primed with a model order selection algorithm.</li> <li>Then, each point can be scored with p(x) using the model. I.e. get the posterior probability that the point was generated by the model.</li> <li>Find the maximum p(x) to find the cluster centroids.</li> </ol> <p>This can be coded very quickly in a tool like Matlab using a machine learning toolbox. MoG/EM learning/K-Means clustering are discussed widely on the web/standard texts. My favourite text is "Pattern classification" by Duda/Hart.</p> http://stackoverflow.com/questions/18642/what-is-the-most-unreadable-programming-language/491164#491164 0 Answer by graveca for What is the most unreadable programming language? graveca 2009-01-29T10:40:21Z 2009-01-29T10:40:21Z <p>A+. <a href="http://www.aplusdev.org/" rel="nofollow">http://www.aplusdev.org/</a></p> <p>You can see example code (for A+ and many other languages) here: <a href="http://99-bottles-of-beer.net/language-a+-11.html" rel="nofollow">99 bottles</a></p> <p>I use this to write trading systems. The code is utterly mind boggling at times. Definitely a WORN (Write Once Read Never) language. Would be interested to know if anyone else is using A+ or a similar APL derived language.</p> http://stackoverflow.com/questions/162551/how-to-find-unused-dead-code-in-java-projects/489013#489013 0 Answer by graveca for How to find unused/dead code in java projects graveca 2009-01-28T19:38:13Z 2009-01-28T19:38:13Z <ul> <li>FindBugs is excellent for this sort of thing. </li> <li>PMD (Project Mess Detector) is another tool that can be used.</li> </ul> <p>However, neither can find <strong>public static methods</strong> that are unused in a workspace. If anyone knows of such a tool then please let me know.</p> http://stackoverflow.com/questions/594722/what-standard-optimization-refactoring-can-i-do-to-my-java-application Comment by graveca on What standard optimization refactoring can I do to my Java application? graveca 2009-02-27T16:43:21Z 2009-02-27T16:43:21Z Cool. Thanks. Will keep it in mind. (I just found out that we have IntelliJ here at work, woo). http://stackoverflow.com/questions/594722/what-standard-optimization-refactoring-can-i-do-to-my-java-application/594759#594759 Comment by graveca on What standard optimization refactoring can I do to my Java application? graveca 2009-02-27T16:34:34Z 2009-02-27T16:34:34Z Hi. Thanks. Yes performance is an issue; have good unit tests; have team support. Of course, it is difficult not to rewrite the code but I will sit on my hands! This is more about correcting the code - recompiling Pattern each time is just wrong (and slow) - rather than reorganisation. http://stackoverflow.com/questions/594722/what-standard-optimization-refactoring-can-i-do-to-my-java-application/595319#595319 Comment by graveca on What standard optimization refactoring can I do to my Java application? graveca 2009-02-27T16:17:47Z 2009-02-27T16:17:47Z Yes, I love that book! I guess I should read it again. http://stackoverflow.com/questions/594722/what-standard-optimization-refactoring-can-i-do-to-my-java-application/594753#594753 Comment by graveca on What standard optimization refactoring can I do to my Java application? graveca 2009-02-27T16:15:05Z 2009-02-27T16:15:05Z I have actually used Checkstyle and PMD on my codebase. But I didn't mention it because they do not spot my example problem (Checkstyle moans about whitespace a lot! PMD about System.out etc!). Sonar looks nice, thanks, but I don't have that available to me here.